Html Css Color HEX #FB0B76 Deep Pink

📋 copy color: '#FB0B76'

red 251 ◦ green 11 ◦ blue 118

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

Shades of Deep Pink #FB0B76

Tints of Deep Pink #FB0B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.05%

R = 66.05%
G = 2.89%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB0B76 (or 0xFB0B76) is known color: Deep Pink. HEX triplet: FB, 0B and 76. RGB value is (251,11,118). Sum of RGB (Red+Green+Blue) = 251+11+118=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0B76 is #04F489. Grayscale: #5E5E5E. Windows color (decimal): -324746 or 7736315. OLE color: 7736315.

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

Color convert

RGB 251 11 118 -
CMYK 0 0.96 0.53 0.02
HSL 333.25º 0.97% 0.51% -
HSV(B) 333.25º 0.96% 0.98% -
XYZ 43.17 22.06 19.12 -
YUV 94.96 141.01 239.3 -
System Red Green Blue C M Y K H S L
Decimal 251 11 118 0 0.96 0.53 0.02 333.25 0.97 0.51
Hex FB B 76 0 60 35 2 14D 61 33
Octal 373 13 166 0 140 65 2 515 141 63
Binary 11111011 1011 1110110 0 1100000 110101 10 101001101 1100001 110011

Color Harmonies of #FB0B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0B76

Black with #FB0B76

Text Example


Text Example

White with #FB0B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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