Html Css Color HEX #FB0C76 Deep Pink

📋 copy color: '#FB0C76'

red 251 ◦ green 12 ◦ blue 118

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

Shades of Deep Pink #FB0C76

Tints of Deep Pink #FB0C76

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.15%

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

R = 65.88%
G = 3.15%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB0C76 (or 0xFB0C76) is known color: Deep Pink. HEX triplet: FB, 0C and 76. RGB value is (251,12,118). Sum of RGB (Red+Green+Blue) = 251+12+118=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0C76 is #04F389. Grayscale: #5F5F5F. Windows color (decimal): -324490 or 7736571. OLE color: 7736571.

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

Color convert

RGB 251 12 118 -
CMYK 0 0.95 0.53 0.02
HSL 333.39º 0.97% 0.52% -
HSV(B) 333.39º 0.95% 0.98% -
XYZ 43.19 22.08 19.13 -
YUV 95.55 140.68 238.88 -
System Red Green Blue C M Y K H S L
Decimal 251 12 118 0 0.95 0.53 0.02 333.39 0.97 0.52
Hex FB C 76 0 5F 35 2 14D 61 34
Octal 373 14 166 0 137 65 2 515 141 64
Binary 11111011 1100 1110110 0 1011111 110101 10 101001101 1100001 110100

Color Harmonies of #FB0C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0C76

Black with #FB0C76

Text Example


Text Example

White with #FB0C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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