Html Css Color HEX #FC0893 Deep Pink

📋 copy color: '#FC0893'

red 252 ◦ green 8 ◦ blue 147

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

Shades of Deep Pink #FC0893

Tints of Deep Pink #FC0893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.12%

R = 61.92%
G = 1.97%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC0893 (or 0xFC0893) is known color: Deep Pink. HEX triplet: FC, 08 and 93. RGB value is (252,8,147). Sum of RGB (Red+Green+Blue) = 252+8+147=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0893 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0893 is #03F76C. Grayscale: #606060. Windows color (decimal): -259949 or 9636092. OLE color: 9636092.

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

Color convert

RGB 252 8 147 -
CMYK 0 0.97 0.42 0.01
HSL 325.82º 0.98% 0.51% -
HSV(B) 325.82º 0.97% 0.99% -
XYZ 45.5 22.98 29.64 -
YUV 96.8 156.34 238.7 -
System Red Green Blue C M Y K H S L
Decimal 252 8 147 0 0.97 0.42 0.01 325.82 0.98 0.51
Hex FC 8 93 0 61 2A 1 146 62 33
Octal 374 10 223 0 141 52 1 506 142 63
Binary 11111100 1000 10010011 0 1100001 101010 1 101000110 1100010 110011

Color Harmonies of #FC0893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0893

Black with #FC0893

Text Example


Text Example

White with #FC0893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0893; }

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

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

background-color css

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

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

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

border-color css

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

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

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