Html Css Color HEX #FC097D Deep Pink

📋 copy color: '#FC097D'

red 252 ◦ green 9 ◦ blue 125

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

Shades of Deep Pink #FC097D

Tints of Deep Pink #FC097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 65.28%
G = 2.33%
B = 32.38%

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

#FC097D (or 0xFC097D) is known color: Deep Pink. HEX triplet: FC, 09 and 7D. RGB value is (252,9,125). Sum of RGB (Red+Green+Blue) = 252+9+125=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC097D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC097D is #03F682. Grayscale: #5E5E5E. Windows color (decimal): -259715 or 8194556. OLE color: 8194556.

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

Color convert

RGB 252 9 125 -
CMYK 0 0.96 0.50 0.01
HSL 331.36º 0.98% 0.51% -
HSV(B) 331.36º 0.96% 0.99% -
XYZ 43.94 22.37 21.4 -
YUV 94.88 145.01 240.07 -
System Red Green Blue C M Y K H S L
Decimal 252 9 125 0 0.96 0.50 0.01 331.36 0.98 0.51
Hex FC 9 7D 0 60 32 1 14B 62 33
Octal 374 11 175 0 140 62 1 513 142 63
Binary 11111100 1001 1111101 0 1100000 110010 1 101001011 1100010 110011

Color Harmonies of #FC097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC097D

Black with #FC097D

Text Example


Text Example

White with #FC097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC097D; }

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

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

background-color css

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

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

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

border-color css

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

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

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