Html Css Color HEX #FC0885 Deep Pink

📋 copy color: '#FC0885'

red 252 ◦ green 8 ◦ blue 133

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

Shades of Deep Pink #FC0885

Tints of Deep Pink #FC0885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.04%

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

R = 64.12%
G = 2.04%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC0885 (or 0xFC0885) is known color: Deep Pink. HEX triplet: FC, 08 and 85. RGB value is (252,8,133). Sum of RGB (Red+Green+Blue) = 252+8+133=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0885 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0885 is #03F77A. Grayscale: #5E5E5E. Windows color (decimal): -259963 or 8718588. OLE color: 8718588.

HSL color Cylindrical-coordinate representation of color #FC0885: hue angle of 329.26º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0885 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 8 133 -
CMYK 0 0.97 0.47 0.01
HSL 329.26º 0.98% 0.51% -
HSV(B) 329.26º 0.97% 0.99% -
XYZ 44.47 22.56 24.2 -
YUV 95.21 149.34 239.84 -
System Red Green Blue C M Y K H S L
Decimal 252 8 133 0 0.97 0.47 0.01 329.26 0.98 0.51
Hex FC 8 85 0 61 2F 1 149 62 33
Octal 374 10 205 0 141 57 1 511 142 63
Binary 11111100 1000 10000101 0 1100001 101111 1 101001001 1100010 110011

Color Harmonies of #FC0885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0885

Black with #FC0885

Text Example


Text Example

White with #FC0885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0885; }

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

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

background-color css

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

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

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

border-color css

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

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

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