Html Css Color HEX #FB0B78 Deep Pink

📋 copy color: '#FB0B78'

red 251 ◦ green 11 ◦ blue 120

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

Shades of Deep Pink #FB0B78

Tints of Deep Pink #FB0B78

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.88%

 BLUE value IS 120 (47.27% from 255) = 31.41%

R = 65.71%
G = 2.88%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB0B78 (or 0xFB0B78) is known color: Deep Pink. HEX triplet: FB, 0B and 78. RGB value is (251,11,120). Sum of RGB (Red+Green+Blue) = 251+11+120=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B78 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0B78 is #04F487. Grayscale: #5E5E5E. Windows color (decimal): -324744 or 7867387. OLE color: 7867387.

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

Color convert

RGB 251 11 120 -
CMYK 0 0.96 0.52 0.02
HSL 332.75º 0.97% 0.51% -
HSV(B) 332.75º 0.96% 0.98% -
XYZ 43.29 22.1 19.75 -
YUV 95.19 142.01 239.14 -
System Red Green Blue C M Y K H S L
Decimal 251 11 120 0 0.96 0.52 0.02 332.75 0.97 0.51
Hex FB B 78 0 60 34 2 14D 61 33
Octal 373 13 170 0 140 64 2 515 141 63
Binary 11111011 1011 1111000 0 1100000 110100 10 101001101 1100001 110011

Color Harmonies of #FB0B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0B78

Black with #FB0B78

Text Example


Text Example

White with #FB0B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0B78; }

 p { color: rgb(251,11,120); }

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

background-color css

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

 a { background-color: rgb(251,11,120); }

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

border-color css

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

 span { border-color: rgb(251,11,120); }

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