Html Css Color HEX #FC1081 Deep Pink

📋 copy color: '#FC1081'

red 252 ◦ green 16 ◦ blue 129

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

Shades of Deep Pink #FC1081

Tints of Deep Pink #FC1081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.49%

R = 63.48%
G = 4.03%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC1081 (or 0xFC1081) is known color: Deep Pink. HEX triplet: FC, 10 and 81. RGB value is (252,16,129). Sum of RGB (Red+Green+Blue) = 252+16+129=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1081 is #03EF7E. Grayscale: #636363. Windows color (decimal): -257919 or 8458492. OLE color: 8458492.

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

Color convert

RGB 252 16 129 -
CMYK 0 0.94 0.49 0.01
HSL 331.27º 0.98% 0.53% -
HSV(B) 331.27º 0.94% 0.99% -
XYZ 44.29 22.65 22.81 -
YUV 99.45 144.69 236.81 -
System Red Green Blue C M Y K H S L
Decimal 252 16 129 0 0.94 0.49 0.01 331.27 0.98 0.53
Hex FC 10 81 0 5E 31 1 14B 62 35
Octal 374 20 201 0 136 61 1 513 142 65
Binary 11111100 10000 10000001 0 1011110 110001 1 101001011 1100010 110101

Color Harmonies of #FC1081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1081

Black with #FC1081

Text Example


Text Example

White with #FC1081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1081; }

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

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

background-color css

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

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

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

border-color css

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

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

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