Html Css Color HEX #FC0894 Deep Pink

📋 copy color: '#FC0894'

red 252 ◦ green 8 ◦ blue 148

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

Shades of Deep Pink #FC0894

Tints of Deep Pink #FC0894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.27%

R = 61.76%
G = 1.96%
B = 36.27%

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

#FC0894 (or 0xFC0894) is known color: Deep Pink. HEX triplet: FC, 08 and 94. RGB value is (252,8,148). Sum of RGB (Red+Green+Blue) = 252+8+148=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0894 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0894 is #03F76B. Grayscale: #606060. Windows color (decimal): -259948 or 9701628. OLE color: 9701628.

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

Color convert

RGB 252 8 148 -
CMYK 0 0.97 0.41 0.01
HSL 325.57º 0.98% 0.51% -
HSV(B) 325.57º 0.97% 0.99% -
XYZ 45.58 23.01 30.06 -
YUV 96.92 156.84 238.62 -
System Red Green Blue C M Y K H S L
Decimal 252 8 148 0 0.97 0.41 0.01 325.57 0.98 0.51
Hex FC 8 94 0 61 29 1 146 62 33
Octal 374 10 224 0 141 51 1 506 142 63
Binary 11111100 1000 10010100 0 1100001 101001 1 101000110 1100010 110011

Color Harmonies of #FC0894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0894

Black with #FC0894

Text Example


Text Example

White with #FC0894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0894; }

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

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

background-color css

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

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

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

border-color css

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

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

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