Html Css Color HEX #FC0583 Deep Pink

📋 copy color: '#FC0583'

red 252 ◦ green 5 ◦ blue 131

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

Shades of Deep Pink #FC0583

Tints of Deep Pink #FC0583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.76%

R = 64.95%
G = 1.29%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC0583 (or 0xFC0583) is known color: Deep Pink. HEX triplet: FC, 05 and 83. RGB value is (252,5,131). Sum of RGB (Red+Green+Blue) = 252+5+131=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0583 is #03FA7C. Grayscale: #5C5C5C. Windows color (decimal): -260733 or 8586748. OLE color: 8586748.

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

Color convert

RGB 252 5 131 -
CMYK 0 0.98 0.48 0.01
HSL 329.39º 0.98% 0.5% -
HSV(B) 329.39º 0.98% 0.99% -
XYZ 44.3 22.44 23.47 -
YUV 93.22 149.33 241.25 -
System Red Green Blue C M Y K H S L
Decimal 252 5 131 0 0.98 0.48 0.01 329.39 0.98 0.5
Hex FC 5 83 0 62 30 1 149 62 32
Octal 374 5 203 0 142 60 1 511 142 62
Binary 11111100 101 10000011 0 1100010 110000 1 101001001 1100010 110010

Color Harmonies of #FC0583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0583

Black with #FC0583

Text Example


Text Example

White with #FC0583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0583; }

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

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

background-color css

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

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

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

border-color css

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

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

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