Html Css Color HEX #FC0989 Deep Pink

📋 copy color: '#FC0989'

red 252 ◦ green 9 ◦ blue 137

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

Shades of Deep Pink #FC0989

Tints of Deep Pink #FC0989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.42%

R = 63.32%
G = 2.26%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC0989 (or 0xFC0989) is known color: Deep Pink. HEX triplet: FC, 09 and 89. RGB value is (252,9,137). Sum of RGB (Red+Green+Blue) = 252+9+137=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0989 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0989 is #03F676. Grayscale: #5F5F5F. Windows color (decimal): -259703 or 8980988. OLE color: 8980988.

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

Color convert

RGB 252 9 137 -
CMYK 0 0.96 0.46 0.01
HSL 328.4º 0.98% 0.51% -
HSV(B) 328.4º 0.96% 0.99% -
XYZ 44.76 22.7 25.69 -
YUV 96.25 151.01 239.09 -
System Red Green Blue C M Y K H S L
Decimal 252 9 137 0 0.96 0.46 0.01 328.4 0.98 0.51
Hex FC 9 89 0 60 2E 1 148 62 33
Octal 374 11 211 0 140 56 1 510 142 63
Binary 11111100 1001 10001001 0 1100000 101110 1 101001000 1100010 110011

Color Harmonies of #FC0989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0989

Black with #FC0989

Text Example


Text Example

White with #FC0989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0989; }

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

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

background-color css

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

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

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

border-color css

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

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

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