Html Css Color HEX #FC099A Deep Pink

📋 copy color: '#FC099A'

red 252 ◦ green 9 ◦ blue 154

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

Shades of Deep Pink #FC099A

Tints of Deep Pink #FC099A

RGB

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

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

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

R = 60.72%
G = 2.17%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC099A (or 0xFC099A) is known color: Deep Pink. HEX triplet: FC, 09 and 9A. RGB value is (252,9,154). Sum of RGB (Red+Green+Blue) = 252+9+154=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 9 (3.91% from 255 or 2.17% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC099A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC099A is #03F665. Grayscale: #616161. Windows color (decimal): -259686 or 10095100. OLE color: 10095100.

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

Color convert

RGB 252 9 154 -
CMYK 0 0.96 0.39 0.01
HSL 324.2º 0.98% 0.51% -
HSV(B) 324.2º 0.96% 0.99% -
XYZ 46.08 23.22 32.63 -
YUV 98.19 159.51 237.71 -
System Red Green Blue C M Y K H S L
Decimal 252 9 154 0 0.96 0.39 0.01 324.2 0.98 0.51
Hex FC 9 9A 0 60 27 1 144 62 33
Octal 374 11 232 0 140 47 1 504 142 63
Binary 11111100 1001 10011010 0 1100000 100111 1 101000100 1100010 110011

Color Harmonies of #FC099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC099A

Black with #FC099A

Text Example


Text Example

White with #FC099A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC099A; }

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

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

background-color css

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

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

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

border-color css

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

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

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