Html Css Color HEX #FC0483 Deep Pink

📋 copy color: '#FC0483'

red 252 ◦ green 4 ◦ blue 131

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

Shades of Deep Pink #FC0483

Tints of Deep Pink #FC0483

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.03%

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

R = 65.12%
G = 1.03%
B = 33.85%

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

#FC0483 (or 0xFC0483) is known color: Deep Pink. HEX triplet: FC, 04 and 83. RGB value is (252,4,131). Sum of RGB (Red+Green+Blue) = 252+4+131=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0483 is #03FB7C. Grayscale: #5C5C5C. Windows color (decimal): -260989 or 8586492. OLE color: 8586492.

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

Color convert

RGB 252 4 131 -
CMYK 0 0.98 0.48 0.01
HSL 329.27º 0.98% 0.5% -
HSV(B) 329.27º 0.98% 0.99% -
XYZ 44.29 22.42 23.47 -
YUV 92.63 149.66 241.67 -
System Red Green Blue C M Y K H S L
Decimal 252 4 131 0 0.98 0.48 0.01 329.27 0.98 0.5
Hex FC 4 83 0 62 30 1 149 62 32
Octal 374 4 203 0 142 60 1 511 142 62
Binary 11111100 100 10000011 0 1100010 110000 1 101001001 1100010 110010

Color Harmonies of #FC0483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0483

Black with #FC0483

Text Example


Text Example

White with #FC0483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0483; }

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

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

background-color css

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

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

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

border-color css

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

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

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