Html Css Color HEX #FB0689 Deep Pink

📋 copy color: '#FB0689'

red 251 ◦ green 6 ◦ blue 137

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

Shades of Deep Pink #FB0689

Tints of Deep Pink #FB0689

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.52%

 BLUE value IS 137 (53.91% from 255) = 34.77%

R = 63.71%
G = 1.52%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB0689 (or 0xFB0689) is known color: Deep Pink. HEX triplet: FB, 06 and 89. RGB value is (251,6,137). Sum of RGB (Red+Green+Blue) = 251+6+137=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0689 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0689 is #04F976. Grayscale: #5D5D5D. Windows color (decimal): -326007 or 8980219. OLE color: 8980219.

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

Color convert

RGB 251 6 137 -
CMYK 0 0.98 0.45 0.02
HSL 327.92º 0.97% 0.5% -
HSV(B) 327.92º 0.98% 0.98% -
XYZ 44.36 22.45 25.66 -
YUV 94.19 152.17 239.85 -
System Red Green Blue C M Y K H S L
Decimal 251 6 137 0 0.98 0.45 0.02 327.92 0.97 0.5
Hex FB 6 89 0 62 2D 2 148 61 32
Octal 373 6 211 0 142 55 2 510 141 62
Binary 11111011 110 10001001 0 1100010 101101 10 101001000 1100001 110010

Color Harmonies of #FB0689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0689

Black with #FB0689

Text Example


Text Example

White with #FB0689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0689; }

 p { color: rgb(251,6,137); }

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

background-color css

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

 a { background-color: rgb(251,6,137); }

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

border-color css

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

 span { border-color: rgb(251,6,137); }

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