Html Css Color HEX #FC0F90 Deep Pink

📋 copy color: '#FC0F90'

red 252 ◦ green 15 ◦ blue 144

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

Shades of Deep Pink #FC0F90

Tints of Deep Pink #FC0F90

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.65%

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

R = 61.31%
G = 3.65%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC0F90 (or 0xFC0F90) is known color: Deep Pink. HEX triplet: FC, 0F and 90. RGB value is (252,15,144). Sum of RGB (Red+Green+Blue) = 252+15+144=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0F90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0F90 is #03F06F. Grayscale: #646464. Windows color (decimal): -258160 or 9441276. OLE color: 9441276.

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

Color convert

RGB 252 15 144 -
CMYK 0 0.94 0.43 0.01
HSL 327.34º 0.98% 0.52% -
HSV(B) 327.34º 0.94% 0.99% -
XYZ 45.35 23.05 28.44 -
YUV 100.57 152.52 236.01 -
System Red Green Blue C M Y K H S L
Decimal 252 15 144 0 0.94 0.43 0.01 327.34 0.98 0.52
Hex FC F 90 0 5E 2B 1 147 62 34
Octal 374 17 220 0 136 53 1 507 142 64
Binary 11111100 1111 10010000 0 1011110 101011 1 101000111 1100010 110100

Color Harmonies of #FC0F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0F90

Black with #FC0F90

Text Example


Text Example

White with #FC0F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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