#FC68B1

Color #FC68B1 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #FC68B1

Tints of Hot Pink #FC68B1

Color information

#FC68B1 (or 0xFC68B1) is unknown color: approx Hot Pink. HEX triplet: FC, 68 and B1. RGB value is (252,104,177). Sum of RGB (Red+Green+Blue) = 252+104+177=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC68B1 is #03974E. Grayscale: #9C9C9C. Windows color (decimal): -235343 or 11626748. OLE color: 11626748.

HSL color Cylindrical-coordinate representation of color #FC68B1: hue angle of 330.41º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC68B1 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB252104177-
CMYK00.590.300.01
HSL330.41º96.1%69.8%-
HSV(B)330.41º58.73%98.82%-
XYZ53.0333.7745.32-
YUV156.57139.53196.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.28%
GREEN value IS 104 (41.02% from 255) = 19.51%
BLUE value IS 177 (69.53% from 255) = 33.21%
R=47.28%
G=19.51%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210417700.590.300.01330.4196.169.8
HexFC68B103B1E114a6046
Octal374150261073361512140106
Binary11111100110100010110001011101111110110100101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC68B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC68B1; }

 p { color: rgb(252,104,177); }

 H1.HeaderClassName
 {
   color: #FC68B1;
 }
 .AnyTagClassName
 {
   color: #FC68B1;
 }
</style>
background-color css

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

 a { background-color: rgb(252,104,177); }

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

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

 span { border-color: rgb(252,104,177); }

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