Html Css Color HEX #FB12D9 Hot Magenta

📋 copy color: '#FB12D9'

red 251 ◦ green 18 ◦ blue 217

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

Shades of Hot Magenta #FB12D9

Tints of Hot Magenta #FB12D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.65%

R = 51.65%
G = 3.7%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FB12D9 (or 0xFB12D9) is known color: Hot Magenta. HEX triplet: FB, 12 and D9. RGB value is (251,18,217). Sum of RGB (Red+Green+Blue) = 251+18+217=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB12D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB12D9 is #04ED26. Grayscale: #6D6D6D. Windows color (decimal): -322855 or 14226171. OLE color: 14226171.

HSL color Cylindrical-coordinate representation of color #FB12D9: hue angle of 308.76º 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 #FB12D9 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 18 217 -
CMYK 0 0.93 0.14 0.02
HSL 308.76º 0.97% 0.53% -
HSV(B) 308.76º 0.93% 0.98% -
XYZ 52.52 25.95 67.89 -
YUV 110.35 188.19 228.32 -
System Red Green Blue C M Y K H S L
Decimal 251 18 217 0 0.93 0.14 0.02 308.76 0.97 0.53
Hex FB 12 D9 0 5D E 2 135 61 35
Octal 373 22 331 0 135 16 2 465 141 65
Binary 11111011 10010 11011001 0 1011101 1110 10 100110101 1100001 110101

Color Harmonies of #FB12D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB12D9

Black with #FB12D9

Text Example


Text Example

White with #FB12D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB12D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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