Html Css Color HEX #FC0E82 Deep Pink

📋 copy color: '#FC0E82'

red 252 ◦ green 14 ◦ blue 130

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

Shades of Deep Pink #FC0E82

Tints of Deep Pink #FC0E82

RGB

 RED value IS 252 (98.83% from 255) = 63.64%

 GREEN value IS 14 (5.86% from 255) = 3.54%

 BLUE value IS 130 (51.17% from 255) = 32.83%

R = 63.64%
G = 3.54%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC0E82 (or 0xFC0E82) is known color: Deep Pink. HEX triplet: FC, 0E and 82. RGB value is (252,14,130). Sum of RGB (Red+Green+Blue) = 252+14+130=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0E82 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0E82 is #03F17D. Grayscale: #626262. Windows color (decimal): -258430 or 8523516. OLE color: 8523516.

HSL color Cylindrical-coordinate representation of color #FC0E82: hue angle of 330.76º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0E82 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 14 130 -
CMYK 0 0.94 0.48 0.01
HSL 330.76º 0.98% 0.52% -
HSV(B) 330.76º 0.94% 0.99% -
XYZ 44.33 22.62 23.15 -
YUV 98.39 145.85 237.57 -
System Red Green Blue C M Y K H S L
Decimal 252 14 130 0 0.94 0.48 0.01 330.76 0.98 0.52
Hex FC E 82 0 5E 30 1 14B 62 34
Octal 374 16 202 0 136 60 1 513 142 64
Binary 11111100 1110 10000010 0 1011110 110000 1 101001011 1100010 110100

Color Harmonies of #FC0E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0E82

Black with #FC0E82

Text Example


Text Example

White with #FC0E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0E82; }

 p { color: rgb(252,14,130); }

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

background-color css

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

 a { background-color: rgb(252,14,130); }

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

border-color css

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

 span { border-color: rgb(252,14,130); }

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