Html Css Color HEX #FB08D0 Hot Magenta

📋 copy color: '#FB08D0'

red 251 ◦ green 8 ◦ blue 208

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

Shades of Hot Magenta #FB08D0

Tints of Hot Magenta #FB08D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 53.75%
G = 1.71%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FB08D0 (or 0xFB08D0) is known color: Hot Magenta. HEX triplet: FB, 08 and D0. RGB value is (251,8,208). Sum of RGB (Red+Green+Blue) = 251+8+208=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 8 (3.52% from 255 or 1.71% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB08D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB08D0 is #04F72F. Grayscale: #666666. Windows color (decimal): -325424 or 13633787. OLE color: 13633787.

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

Color convert

RGB 251 8 208 -
CMYK 0 0.97 0.17 0.02
HSL 310.62º 0.97% 0.51% -
HSV(B) 310.62º 0.97% 0.98% -
XYZ 51.26 25.24 61.84 -
YUV 103.46 187.01 233.24 -
System Red Green Blue C M Y K H S L
Decimal 251 8 208 0 0.97 0.17 0.02 310.62 0.97 0.51
Hex FB 8 D0 0 61 11 2 137 61 33
Octal 373 10 320 0 141 21 2 467 141 63
Binary 11111011 1000 11010000 0 1100001 10001 10 100110111 1100001 110011

Color Harmonies of #FB08D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB08D0

Black with #FB08D0

Text Example


Text Example

White with #FB08D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB08D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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