Html Css Color HEX #FC0985 Deep Pink

📋 copy color: '#FC0985'

red 252 ◦ green 9 ◦ blue 133

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

Shades of Deep Pink #FC0985

Tints of Deep Pink #FC0985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.76%

R = 63.96%
G = 2.28%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC0985 (or 0xFC0985) is known color: Deep Pink. HEX triplet: FC, 09 and 85. RGB value is (252,9,133). Sum of RGB (Red+Green+Blue) = 252+9+133=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0985 is #03F67A. Grayscale: #5F5F5F. Windows color (decimal): -259707 or 8718844. OLE color: 8718844.

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

Color convert

RGB 252 9 133 -
CMYK 0 0.96 0.47 0.01
HSL 329.38º 0.98% 0.51% -
HSV(B) 329.38º 0.96% 0.99% -
XYZ 44.48 22.58 24.21 -
YUV 95.79 149.01 239.42 -
System Red Green Blue C M Y K H S L
Decimal 252 9 133 0 0.96 0.47 0.01 329.38 0.98 0.51
Hex FC 9 85 0 60 2F 1 149 62 33
Octal 374 11 205 0 140 57 1 511 142 63
Binary 11111100 1001 10000101 0 1100000 101111 1 101001001 1100010 110011

Color Harmonies of #FC0985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0985

Black with #FC0985

Text Example


Text Example

White with #FC0985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0985; }

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

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

background-color css

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

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

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

border-color css

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

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

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