Html Css Color HEX #FB08D4 Hot Magenta

📋 copy color: '#FB08D4'

red 251 ◦ green 8 ◦ blue 212

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

Shades of Hot Magenta #FB08D4

Tints of Hot Magenta #FB08D4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.7%

 BLUE value IS 212 (83.2% from 255) = 45.01%

R = 53.29%
G = 1.7%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FB08D4 (or 0xFB08D4) is known color: Hot Magenta. HEX triplet: FB, 08 and D4. RGB value is (251,8,212). Sum of RGB (Red+Green+Blue) = 251+8+212=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 8 (3.52% from 255 or 1.70% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB08D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB08D4 is #04F72B. Grayscale: #676767. Windows color (decimal): -325420 or 13895931. OLE color: 13895931.

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

Color convert

RGB 251 8 212 -
CMYK 0 0.97 0.16 0.02
HSL 309.63º 0.97% 0.51% -
HSV(B) 309.63º 0.97% 0.98% -
XYZ 51.75 25.44 64.47 -
YUV 103.91 189.01 232.91 -
System Red Green Blue C M Y K H S L
Decimal 251 8 212 0 0.97 0.16 0.02 309.63 0.97 0.51
Hex FB 8 D4 0 61 10 2 136 61 33
Octal 373 10 324 0 141 20 2 466 141 63
Binary 11111011 1000 11010100 0 1100001 10000 10 100110110 1100001 110011

Color Harmonies of #FB08D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB08D4

Black with #FB08D4

Text Example


Text Example

White with #FB08D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB08D4; }

 p { color: rgb(251,8,212); }

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

background-color css

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

 a { background-color: rgb(251,8,212); }

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

border-color css

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

 span { border-color: rgb(251,8,212); }

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