Html Css Color HEX #FC66B0 Hot Pink

📋 copy color: '#FC66B0'

red 252 ◦ green 102 ◦ blue 176

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

Shades of Hot Pink #FC66B0

Tints of Hot Pink #FC66B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.21%

R = 47.55%
G = 19.25%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC66B0 (or 0xFC66B0) is known color: Hot Pink. HEX triplet: FC, 66 and B0. RGB value is (252,102,176). Sum of RGB (Red+Green+Blue) = 252+102+176=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC66B0 is #03994F. Grayscale: #9B9B9B. Windows color (decimal): -235856 or 11560700. OLE color: 11560700.

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

Color convert

RGB 252 102 176 -
CMYK 0 0.60 0.30 0.01
HSL 330.4º 0.96% 0.69% -
HSV(B) 330.4º 0.6% 0.99% -
XYZ 52.73 33.33 44.73 -
YUV 155.29 139.7 196.98 -
System Red Green Blue C M Y K H S L
Decimal 252 102 176 0 0.60 0.30 0.01 330.4 0.96 0.69
Hex FC 66 B0 0 3C 1E 1 14A 60 45
Octal 374 146 260 0 74 36 1 512 140 105
Binary 11111100 1100110 10110000 0 111100 11110 1 101001010 1100000 1000101

Color Harmonies of #FC66B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC66B0

Black with #FC66B0

Text Example


Text Example

White with #FC66B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC66B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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