Html Css Color HEX #FC097C Deep Pink

📋 copy color: '#FC097C'

red 252 ◦ green 9 ◦ blue 124

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

Shades of Deep Pink #FC097C

Tints of Deep Pink #FC097C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 65.45%
G = 2.34%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC097C (or 0xFC097C) is known color: Deep Pink. HEX triplet: FC, 09 and 7C. RGB value is (252,9,124). Sum of RGB (Red+Green+Blue) = 252+9+124=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC097C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC097C is #03F683. Grayscale: #5E5E5E. Windows color (decimal): -259716 or 8129020. OLE color: 8129020.

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

Color convert

RGB 252 9 124 -
CMYK 0 0.96 0.51 0.01
HSL 331.6º 0.98% 0.51% -
HSV(B) 331.6º 0.96% 0.99% -
XYZ 43.88 22.35 21.07 -
YUV 94.77 144.51 240.15 -
System Red Green Blue C M Y K H S L
Decimal 252 9 124 0 0.96 0.51 0.01 331.6 0.98 0.51
Hex FC 9 7C 0 60 33 1 14C 62 33
Octal 374 11 174 0 140 63 1 514 142 63
Binary 11111100 1001 1111100 0 1100000 110011 1 101001100 1100010 110011

Color Harmonies of #FC097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC097C

Black with #FC097C

Text Example


Text Example

White with #FC097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC097C; }

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

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

background-color css

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

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

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

border-color css

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

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

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