#FC69AF

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

Shades of Hot Pink #FC69AF

Tints of Hot Pink #FC69AF

Color information

#FC69AF (or 0xFC69AF) is unknown color: approx Hot Pink. HEX triplet: FC, 69 and AF. RGB value is (252,105,175). Sum of RGB (Red+Green+Blue) = 252+105+175=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC69AF is #039650. Grayscale: #9C9C9C. Windows color (decimal): -235089 or 11495932. OLE color: 11495932.

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

Color convert

RGB252105175-
CMYK00.580.310.01
HSL331.43º96.08%70%-
HSV(B)331.43º58.33%98.82%-
XYZ52.9333.8944.31-
YUV156.93138.2195.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.37%
GREEN value IS 105 (41.41% from 255) = 19.74%
BLUE value IS 175 (68.75% from 255) = 32.89%
R=47.37%
G=19.74%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210517500.580.310.01331.4396.0870
HexFC69AF03A1F114b6046
Octal374151257072371513140106
Binary11111100110100110101111011101011111110100101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC69AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC69AF; }

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

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

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

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

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

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

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

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