Html Css Color HEX #FC0581 Deep Pink

📋 copy color: '#FC0581'

red 252 ◦ green 5 ◦ blue 129

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

Shades of Deep Pink #FC0581

Tints of Deep Pink #FC0581

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

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

R = 65.28%
G = 1.3%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC0581 (or 0xFC0581) is known color: Deep Pink. HEX triplet: FC, 05 and 81. RGB value is (252,5,129). Sum of RGB (Red+Green+Blue) = 252+5+129=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0581 is #03FA7E. Grayscale: #5C5C5C. Windows color (decimal): -260735 or 8455676. OLE color: 8455676.

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

Color convert

RGB 252 5 129 -
CMYK 0 0.98 0.49 0.01
HSL 329.88º 0.98% 0.5% -
HSV(B) 329.88º 0.98% 0.99% -
XYZ 44.16 22.39 22.76 -
YUV 92.99 148.33 241.42 -
System Red Green Blue C M Y K H S L
Decimal 252 5 129 0 0.98 0.49 0.01 329.88 0.98 0.5
Hex FC 5 81 0 62 31 1 14A 62 32
Octal 374 5 201 0 142 61 1 512 142 62
Binary 11111100 101 10000001 0 1100010 110001 1 101001010 1100010 110010

Color Harmonies of #FC0581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0581

Black with #FC0581

Text Example


Text Example

White with #FC0581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0581; }

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

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

background-color css

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

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

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

border-color css

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

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

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