Html Css Color HEX #FC1983 Deep Pink

📋 copy color: '#FC1983'

red 252 ◦ green 25 ◦ blue 131

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

Shades of Deep Pink #FC1983

Tints of Deep Pink #FC1983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.13%

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

R = 61.76%
G = 6.13%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC1983 (or 0xFC1983) is known color: Deep Pink. HEX triplet: FC, 19 and 83. RGB value is (252,25,131). Sum of RGB (Red+Green+Blue) = 252+25+131=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1983 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1983 is #03E67C. Grayscale: #686868. Windows color (decimal): -255613 or 8591868. OLE color: 8591868.

HSL color Cylindrical-coordinate representation of color #FC1983: hue angle of 331.98º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1983 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 25 131 -
CMYK 0 0.90 0.48 0.01
HSL 331.98º 0.97% 0.54% -
HSV(B) 331.98º 0.9% 0.99% -
XYZ 44.59 23.03 23.57 -
YUV 104.96 142.71 232.88 -
System Red Green Blue C M Y K H S L
Decimal 252 25 131 0 0.90 0.48 0.01 331.98 0.97 0.54
Hex FC 19 83 0 5A 30 1 14C 61 36
Octal 374 31 203 0 132 60 1 514 141 66
Binary 11111100 11001 10000011 0 1011010 110000 1 101001100 1100001 110110

Color Harmonies of #FC1983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1983

Black with #FC1983

Text Example


Text Example

White with #FC1983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1983; }

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

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

background-color css

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

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

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

border-color css

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

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

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