Html Css Color HEX #FC1699 Deep Pink

📋 copy color: '#FC1699'

red 252 ◦ green 22 ◦ blue 153

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

Shades of Deep Pink #FC1699

Tints of Deep Pink #FC1699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.83%

R = 59.02%
G = 5.15%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC1699 (or 0xFC1699) is known color: Deep Pink. HEX triplet: FC, 16 and 99. RGB value is (252,22,153). Sum of RGB (Red+Green+Blue) = 252+22+153=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1699 is #03E966. Grayscale: #696969. Windows color (decimal): -256359 or 10032892. OLE color: 10032892.

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

Color convert

RGB 252 22 153 -
CMYK 0 0.91 0.39 0.01
HSL 325.83º 0.97% 0.54% -
HSV(B) 325.83º 0.91% 0.99% -
XYZ 46.18 23.57 32.25 -
YUV 105.7 154.7 232.35 -
System Red Green Blue C M Y K H S L
Decimal 252 22 153 0 0.91 0.39 0.01 325.83 0.97 0.54
Hex FC 16 99 0 5B 27 1 146 61 36
Octal 374 26 231 0 133 47 1 506 141 66
Binary 11111100 10110 10011001 0 1011011 100111 1 101000110 1100001 110110

Color Harmonies of #FC1699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1699

Black with #FC1699

Text Example


Text Example

White with #FC1699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1699; }

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

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

background-color css

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

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

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

border-color css

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

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

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