Html Css Color HEX #FB0C8C Deep Pink

📋 copy color: '#FB0C8C'

red 251 ◦ green 12 ◦ blue 140

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

Shades of Deep Pink #FB0C8C

Tints of Deep Pink #FB0C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 62.28%
G = 2.98%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB0C8C (or 0xFB0C8C) is known color: Deep Pink. HEX triplet: FB, 0C and 8C. RGB value is (251,12,140). Sum of RGB (Red+Green+Blue) = 251+12+140=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0C8C is #04F373. Grayscale: #616161. Windows color (decimal): -324468 or 9178363. OLE color: 9178363.

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

Color convert

RGB 251 12 140 -
CMYK 0 0.95 0.44 0.02
HSL 327.87º 0.97% 0.52% -
HSV(B) 327.87º 0.95% 0.98% -
XYZ 44.65 22.67 26.83 -
YUV 98.05 151.68 237.09 -
System Red Green Blue C M Y K H S L
Decimal 251 12 140 0 0.95 0.44 0.02 327.87 0.97 0.52
Hex FB C 8C 0 5F 2C 2 148 61 34
Octal 373 14 214 0 137 54 2 510 141 64
Binary 11111011 1100 10001100 0 1011111 101100 10 101001000 1100001 110100

Color Harmonies of #FB0C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0C8C

Black with #FB0C8C

Text Example


Text Example

White with #FB0C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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