Html Css Color HEX #FC0E93 Deep Pink

📋 copy color: '#FC0E93'

red 252 ◦ green 14 ◦ blue 147

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

Shades of Deep Pink #FC0E93

Tints of Deep Pink #FC0E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.59%

R = 61.02%
G = 3.39%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC0E93 (or 0xFC0E93) is known color: Deep Pink. HEX triplet: FC, 0E and 93. RGB value is (252,14,147). Sum of RGB (Red+Green+Blue) = 252+14+147=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0E93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0E93 is #03F16C. Grayscale: #646464. Windows color (decimal): -258413 or 9637628. OLE color: 9637628.

HSL color Cylindrical-coordinate representation of color #FC0E93: hue angle of 326.47º 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 #FC0E93 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 14 147 -
CMYK 0 0.94 0.42 0.01
HSL 326.47º 0.98% 0.52% -
HSV(B) 326.47º 0.94% 0.99% -
XYZ 45.57 23.12 29.66 -
YUV 100.32 154.35 236.19 -
System Red Green Blue C M Y K H S L
Decimal 252 14 147 0 0.94 0.42 0.01 326.47 0.98 0.52
Hex FC E 93 0 5E 2A 1 146 62 34
Octal 374 16 223 0 136 52 1 506 142 64
Binary 11111100 1110 10010011 0 1011110 101010 1 101000110 1100010 110100

Color Harmonies of #FC0E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0E93

Black with #FC0E93

Text Example


Text Example

White with #FC0E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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