#FC69B0

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

Shades of Hot Pink #FC69B0

Tints of Hot Pink #FC69B0

Color information

#FC69B0 (or 0xFC69B0) is unknown color: approx Hot Pink. HEX triplet: FC, 69 and B0. RGB value is (252,105,176). Sum of RGB (Red+Green+Blue) = 252+105+176=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC69B0 is #03964F. Grayscale: #9C9C9C. Windows color (decimal): -235088 or 11561468. OLE color: 11561468.

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

Color convert

RGB252105176-
CMYK00.580.300.01
HSL331.02º96.08%70%-
HSV(B)331.02º58.33%98.82%-
XYZ53.0333.9344.83-
YUV157.05138.7195.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.28%
GREEN value IS 105 (41.41% from 255) = 19.70%
BLUE value IS 176 (69.14% from 255) = 33.02%
R=47.28%
G=19.70%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210517600.580.300.01331.0296.0870
HexFC69B003A1E114b6046
Octal374151260072361513140106
Binary11111100110100110110000011101011110110100101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC69B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC69B0; }

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

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

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

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

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

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

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

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