Html Css Color HEX #FC098C Deep Pink

📋 copy color: '#FC098C'

red 252 ◦ green 9 ◦ blue 140

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

Shades of Deep Pink #FC098C

Tints of Deep Pink #FC098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.91%

R = 62.84%
G = 2.24%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC098C (or 0xFC098C) is known color: Deep Pink. HEX triplet: FC, 09 and 8C. RGB value is (252,9,140). Sum of RGB (Red+Green+Blue) = 252+9+140=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC098C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC098C is #03F673. Grayscale: #606060. Windows color (decimal): -259700 or 9177596. OLE color: 9177596.

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

Color convert

RGB 252 9 140 -
CMYK 0 0.96 0.44 0.01
HSL 327.65º 0.98% 0.51% -
HSV(B) 327.65º 0.96% 0.99% -
XYZ 44.98 22.78 26.84 -
YUV 96.59 152.51 238.85 -
System Red Green Blue C M Y K H S L
Decimal 252 9 140 0 0.96 0.44 0.01 327.65 0.98 0.51
Hex FC 9 8C 0 60 2C 1 148 62 33
Octal 374 11 214 0 140 54 1 510 142 63
Binary 11111100 1001 10001100 0 1100000 101100 1 101001000 1100010 110011

Color Harmonies of #FC098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC098C

Black with #FC098C

Text Example


Text Example

White with #FC098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC098C; }

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

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

background-color css

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

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

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

border-color css

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

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

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