Html Css Color HEX #FC1683 Deep Pink

📋 copy color: '#FC1683'

red 252 ◦ green 22 ◦ blue 131

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

Shades of Deep Pink #FC1683

Tints of Deep Pink #FC1683

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.43%

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

R = 62.22%
G = 5.43%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC1683 (or 0xFC1683) is known color: Deep Pink. HEX triplet: FC, 16 and 83. RGB value is (252,22,131). Sum of RGB (Red+Green+Blue) = 252+22+131=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1683 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1683 is #03E97C. Grayscale: #666666. Windows color (decimal): -256381 or 8591100. OLE color: 8591100.

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

Color convert

RGB 252 22 131 -
CMYK 0 0.91 0.48 0.01
HSL 331.57º 0.97% 0.54% -
HSV(B) 331.57º 0.91% 0.99% -
XYZ 44.53 22.91 23.55 -
YUV 103.2 143.7 234.14 -
System Red Green Blue C M Y K H S L
Decimal 252 22 131 0 0.91 0.48 0.01 331.57 0.97 0.54
Hex FC 16 83 0 5B 30 1 14C 61 36
Octal 374 26 203 0 133 60 1 514 141 66
Binary 11111100 10110 10000011 0 1011011 110000 1 101001100 1100001 110110

Color Harmonies of #FC1683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1683

Black with #FC1683

Text Example


Text Example

White with #FC1683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1683; }

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

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

background-color css

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

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

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

border-color css

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

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

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