Html Css Color HEX #FC0994 Deep Pink

📋 copy color: '#FC0994'

red 252 ◦ green 9 ◦ blue 148

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

Shades of Deep Pink #FC0994

Tints of Deep Pink #FC0994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.2%

 BLUE value IS 148 (58.2% from 255) = 36.19%

R = 61.61%
G = 2.2%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC0994 (or 0xFC0994) is known color: Deep Pink. HEX triplet: FC, 09 and 94. RGB value is (252,9,148). Sum of RGB (Red+Green+Blue) = 252+9+148=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0994 is #03F66B. Grayscale: #616161. Windows color (decimal): -259692 or 9701884. OLE color: 9701884.

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

Color convert

RGB 252 9 148 -
CMYK 0 0.96 0.41 0.01
HSL 325.68º 0.98% 0.51% -
HSV(B) 325.68º 0.96% 0.99% -
XYZ 45.59 23.03 30.06 -
YUV 97.5 156.51 238.2 -
System Red Green Blue C M Y K H S L
Decimal 252 9 148 0 0.96 0.41 0.01 325.68 0.98 0.51
Hex FC 9 94 0 60 29 1 146 62 33
Octal 374 11 224 0 140 51 1 506 142 63
Binary 11111100 1001 10010100 0 1100000 101001 1 101000110 1100010 110011

Color Harmonies of #FC0994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0994

Black with #FC0994

Text Example


Text Example

White with #FC0994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0994; }

 p { color: rgb(252,9,148); }

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

background-color css

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

 a { background-color: rgb(252,9,148); }

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

border-color css

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

 span { border-color: rgb(252,9,148); }

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