Html Css Color HEX #FC0895 Deep Pink

📋 copy color: '#FC0895'

red 252 ◦ green 8 ◦ blue 149

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

Shades of Deep Pink #FC0895

Tints of Deep Pink #FC0895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.43%

R = 61.61%
G = 1.96%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC0895 (or 0xFC0895) is known color: Deep Pink. HEX triplet: FC, 08 and 95. RGB value is (252,8,149). Sum of RGB (Red+Green+Blue) = 252+8+149=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0895 is #03F76A. Grayscale: #606060. Windows color (decimal): -259947 or 9767164. OLE color: 9767164.

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

Color convert

RGB 252 8 149 -
CMYK 0 0.97 0.41 0.01
HSL 325.33º 0.98% 0.51% -
HSV(B) 325.33º 0.97% 0.99% -
XYZ 45.66 23.04 30.47 -
YUV 97.03 157.34 238.54 -
System Red Green Blue C M Y K H S L
Decimal 252 8 149 0 0.97 0.41 0.01 325.33 0.98 0.51
Hex FC 8 95 0 61 29 1 145 62 33
Octal 374 10 225 0 141 51 1 505 142 63
Binary 11111100 1000 10010101 0 1100001 101001 1 101000101 1100010 110011

Color Harmonies of #FC0895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0895

Black with #FC0895

Text Example


Text Example

White with #FC0895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0895; }

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

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

background-color css

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

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

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

border-color css

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

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

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