Html Css Color HEX #FC1099 Deep Pink

📋 copy color: '#FC1099'

red 252 ◦ green 16 ◦ blue 153

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

Shades of Deep Pink #FC1099

Tints of Deep Pink #FC1099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.8%

 BLUE value IS 153 (60.16% from 255) = 36.34%

R = 59.86%
G = 3.8%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC1099 (or 0xFC1099) is known color: Deep Pink. HEX triplet: FC, 10 and 99. RGB value is (252,16,153). Sum of RGB (Red+Green+Blue) = 252+16+153=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1099 is #03EF66. Grayscale: #656565. Windows color (decimal): -257895 or 10031356. OLE color: 10031356.

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

Color convert

RGB 252 16 153 -
CMYK 0 0.94 0.39 0.01
HSL 325.17º 0.98% 0.53% -
HSV(B) 325.17º 0.94% 0.99% -
XYZ 46.08 23.37 32.22 -
YUV 102.18 156.69 234.86 -
System Red Green Blue C M Y K H S L
Decimal 252 16 153 0 0.94 0.39 0.01 325.17 0.98 0.53
Hex FC 10 99 0 5E 27 1 145 62 35
Octal 374 20 231 0 136 47 1 505 142 65
Binary 11111100 10000 10011001 0 1011110 100111 1 101000101 1100010 110101

Color Harmonies of #FC1099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1099

Black with #FC1099

Text Example


Text Example

White with #FC1099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1099; }

 p { color: rgb(252,16,153); }

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

background-color css

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

 a { background-color: rgb(252,16,153); }

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

border-color css

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

 span { border-color: rgb(252,16,153); }

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