Html Css Color HEX #FC66A8 Hot Pink

📋 copy color: '#FC66A8'

red 252 ◦ green 102 ◦ blue 168

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

Shades of Hot Pink #FC66A8

Tints of Hot Pink #FC66A8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.54%

 BLUE value IS 168 (66.02% from 255) = 32.18%

R = 48.28%
G = 19.54%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC66A8 (or 0xFC66A8) is known color: Hot Pink. HEX triplet: FC, 66 and A8. RGB value is (252,102,168). Sum of RGB (Red+Green+Blue) = 252+102+168=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC66A8 is #039957. Grayscale: #9A9A9A. Windows color (decimal): -235864 or 11036412. OLE color: 11036412.

HSL color Cylindrical-coordinate representation of color #FC66A8: hue angle of 333.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC66A8 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 102 168 -
CMYK 0 0.60 0.33 0.01
HSL 333.6º 0.96% 0.69% -
HSV(B) 333.6º 0.6% 0.99% -
XYZ 51.96 33.03 40.68 -
YUV 154.37 135.7 197.63 -
System Red Green Blue C M Y K H S L
Decimal 252 102 168 0 0.60 0.33 0.01 333.6 0.96 0.69
Hex FC 66 A8 0 3C 21 1 14E 60 45
Octal 374 146 250 0 74 41 1 516 140 105
Binary 11111100 1100110 10101000 0 111100 100001 1 101001110 1100000 1000101

Color Harmonies of #FC66A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC66A8

Black with #FC66A8

Text Example


Text Example

White with #FC66A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC66A8; }

 p { color: rgb(252,102,168); }

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

background-color css

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

 a { background-color: rgb(252,102,168); }

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

border-color css

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

 span { border-color: rgb(252,102,168); }

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