Html Css Color HEX #FC0D90 Deep Pink

📋 copy color: '#FC0D90'

red 252 ◦ green 13 ◦ blue 144

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

Shades of Deep Pink #FC0D90

Tints of Deep Pink #FC0D90

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.18%

 BLUE value IS 144 (56.64% from 255) = 35.21%

R = 61.61%
G = 3.18%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC0D90 (or 0xFC0D90) is known color: Deep Pink. HEX triplet: FC, 0D and 90. RGB value is (252,13,144). Sum of RGB (Red+Green+Blue) = 252+13+144=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0D90 is #03F26F. Grayscale: #636363. Windows color (decimal): -258672 or 9440764. OLE color: 9440764.

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

Color convert

RGB 252 13 144 -
CMYK 0 0.95 0.43 0.01
HSL 327.11º 0.98% 0.52% -
HSV(B) 327.11º 0.95% 0.99% -
XYZ 45.32 23 28.44 -
YUV 99.4 153.18 236.85 -
System Red Green Blue C M Y K H S L
Decimal 252 13 144 0 0.95 0.43 0.01 327.11 0.98 0.52
Hex FC D 90 0 5F 2B 1 147 62 34
Octal 374 15 220 0 137 53 1 507 142 64
Binary 11111100 1101 10010000 0 1011111 101011 1 101000111 1100010 110100

Color Harmonies of #FC0D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0D90

Black with #FC0D90

Text Example


Text Example

White with #FC0D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0D90; }

 p { color: rgb(252,13,144); }

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

background-color css

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

 a { background-color: rgb(252,13,144); }

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

border-color css

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

 span { border-color: rgb(252,13,144); }

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