Html Css Color HEX #FB12D5 Hot Magenta

📋 copy color: '#FB12D5'

red 251 ◦ green 18 ◦ blue 213

#FB12D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Magenta #FB12D5

Tints of Hot Magenta #FB12D5

RGB

 RED value IS 251 (98.44% from 255) = 52.07%

 GREEN value IS 18 (7.42% from 255) = 3.73%

 BLUE value IS 213 (83.59% from 255) = 44.19%

R = 52.07%
G = 3.73%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FB12D5 (or 0xFB12D5) is known color: Hot Magenta. HEX triplet: FB, 12 and D5. RGB value is (251,18,213). Sum of RGB (Red+Green+Blue) = 251+18+213=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 18 (7.42% from 255 or 3.73% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB12D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB12D5 is #04ED2A. Grayscale: #6D6D6D. Windows color (decimal): -322859 or 13964027. OLE color: 13964027.

HSL color Cylindrical-coordinate representation of color #FB12D5: hue angle of 309.79º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB12D5 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 18 213 -
CMYK 0 0.93 0.15 0.02
HSL 309.79º 0.97% 0.53% -
HSV(B) 309.79º 0.93% 0.98% -
XYZ 52.01 25.75 65.18 -
YUV 109.9 186.19 228.64 -
System Red Green Blue C M Y K H S L
Decimal 251 18 213 0 0.93 0.15 0.02 309.79 0.97 0.53
Hex FB 12 D5 0 5D F 2 136 61 35
Octal 373 22 325 0 135 17 2 466 141 65
Binary 11111011 10010 11010101 0 1011101 1111 10 100110110 1100001 110101

Color Harmonies of #FB12D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB12D5

Black with #FB12D5

Text Example


Text Example

White with #FB12D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB12D5; }

 p { color: rgb(251,18,213); }

 H1.HeaderClassName
 {
   color: #FB12D5;
 }
 .AnyTagClassName
 {
   color: #FB12D5;
 }
</style>

background-color css

<style>
 a { background-color: #FB12D5; }

 a { background-color: rgb(251,18,213); }

 div.DivClassName
 {
   background-color: #FB12D5;
 }
 .BgClassName
 {
   background-color: #FB12D5;
 }
</style>

border-color css

<style>
 span { border-color: #FB12D5; }

 span { border-color: rgb(251,18,213); }

 td.TdClassName
 {
   border-color: #FB12D5;
 }
 .TagClassName
 {
   border-color: #FB12D5;
 }
</style>