#FA69AF

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

Shades of Hot Pink #FA69AF

Tints of Hot Pink #FA69AF

Color information

#FA69AF (or 0xFA69AF) is unknown color: approx Hot Pink. HEX triplet: FA, 69 and AF. RGB value is (250,105,175). Sum of RGB (Red+Green+Blue) = 250+105+175=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA69AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA69AF is #059650. Grayscale: #9C9C9C. Windows color (decimal): -366161 or 11495930. OLE color: 11495930.

HSL color Cylindrical-coordinate representation of color #FA69AF: hue angle of 331.03º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA69AF is Cyan = 0, Magento = 0.58, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB250105175-
CMYK00.580.30.02
HSL331.03º93.55%69.61%-
HSV(B)331.03º58%98.04%-
XYZ52.2133.5244.28-
YUV156.33138.54194.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.17%
GREEN value IS 105 (41.41% from 255) = 19.81%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=47.17%
G=19.81%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010517500.580.30.02331.0393.5569.61
HexFA69AF03A1E214b5e46
Octal372151257072362513136106
Binary111110101101001101011110111010111101010100101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA69AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA69AF; }

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

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

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

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

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

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

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

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