Html Css Color HEX #FC097F Deep Pink

📋 copy color: '#FC097F'

red 252 ◦ green 9 ◦ blue 127

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

Shades of Deep Pink #FC097F

Tints of Deep Pink #FC097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.73%

R = 64.95%
G = 2.32%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC097F (or 0xFC097F) is known color: Deep Pink. HEX triplet: FC, 09 and 7F. RGB value is (252,9,127). Sum of RGB (Red+Green+Blue) = 252+9+127=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC097F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC097F is #03F680. Grayscale: #5E5E5E. Windows color (decimal): -259713 or 8325628. OLE color: 8325628.

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

Color convert

RGB 252 9 127 -
CMYK 0 0.96 0.50 0.01
HSL 330.86º 0.98% 0.51% -
HSV(B) 330.86º 0.96% 0.99% -
XYZ 44.07 22.42 22.08 -
YUV 95.11 146.01 239.91 -
System Red Green Blue C M Y K H S L
Decimal 252 9 127 0 0.96 0.50 0.01 330.86 0.98 0.51
Hex FC 9 7F 0 60 32 1 14B 62 33
Octal 374 11 177 0 140 62 1 513 142 63
Binary 11111100 1001 1111111 0 1100000 110010 1 101001011 1100010 110011

Color Harmonies of #FC097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC097F

Black with #FC097F

Text Example


Text Example

White with #FC097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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