Html Css Color HEX #FC0E9A Deep Pink

📋 copy color: '#FC0E9A'

red 252 ◦ green 14 ◦ blue 154

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

Shades of Deep Pink #FC0E9A

Tints of Deep Pink #FC0E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.67%

R = 60%
G = 3.33%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC0E9A (or 0xFC0E9A) is known color: Deep Pink. HEX triplet: FC, 0E and 9A. RGB value is (252,14,154). Sum of RGB (Red+Green+Blue) = 252+14+154=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0E9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0E9A is #03F165. Grayscale: #646464. Windows color (decimal): -258406 or 10096380. OLE color: 10096380.

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

Color convert

RGB 252 14 154 -
CMYK 0 0.94 0.39 0.01
HSL 324.71º 0.98% 0.52% -
HSV(B) 324.71º 0.94% 0.99% -
XYZ 46.13 23.34 32.65 -
YUV 101.12 157.85 235.62 -
System Red Green Blue C M Y K H S L
Decimal 252 14 154 0 0.94 0.39 0.01 324.71 0.98 0.52
Hex FC E 9A 0 5E 27 1 145 62 34
Octal 374 16 232 0 136 47 1 505 142 64
Binary 11111100 1110 10011010 0 1011110 100111 1 101000101 1100010 110100

Color Harmonies of #FC0E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0E9A

Black with #FC0E9A

Text Example


Text Example

White with #FC0E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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