Html Css Color HEX #FB0C9C Deep Pink

📋 copy color: '#FB0C9C'

red 251 ◦ green 12 ◦ blue 156

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

Shades of Deep Pink #FB0C9C

Tints of Deep Pink #FB0C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.23%

R = 59.9%
G = 2.86%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FB0C9C (or 0xFB0C9C) is known color: Deep Pink. HEX triplet: FB, 0C and 9C. RGB value is (251,12,156). Sum of RGB (Red+Green+Blue) = 251+12+156=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 12 (5.08% from 255 or 2.86% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0C9C is #04F363. Grayscale: #636363. Windows color (decimal): -324452 or 10226939. OLE color: 10226939.

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

Color convert

RGB 251 12 156 -
CMYK 0 0.95 0.38 0.02
HSL 323.85º 0.97% 0.52% -
HSV(B) 323.85º 0.95% 0.98% -
XYZ 45.92 23.17 33.51 -
YUV 99.88 159.68 235.79 -
System Red Green Blue C M Y K H S L
Decimal 251 12 156 0 0.95 0.38 0.02 323.85 0.97 0.52
Hex FB C 9C 0 5F 26 2 144 61 34
Octal 373 14 234 0 137 46 2 504 141 64
Binary 11111011 1100 10011100 0 1011111 100110 10 101000100 1100001 110100

Color Harmonies of #FB0C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0C9C

Black with #FB0C9C

Text Example


Text Example

White with #FB0C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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