#FA6BAE

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

Shades of Hot Pink #FA6BAE

Tints of Hot Pink #FA6BAE

Color information

#FA6BAE (or 0xFA6BAE) is unknown color: approx Hot Pink. HEX triplet: FA, 6B and AE. RGB value is (250,107,174). Sum of RGB (Red+Green+Blue) = 250+107+174=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6BAE is #059451. Grayscale: #9D9D9D. Windows color (decimal): -365650 or 11430906. OLE color: 11430906.

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

Color convert

RGB250107174-
CMYK00.570.300.02
HSL331.89º93.46%70%-
HSV(B)331.89º57.2%98.04%-
XYZ52.3233.943.83-
YUV157.4137.38194.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.08%
GREEN value IS 107 (42.19% from 255) = 20.15%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=47.08%
G=20.15%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010717400.570.300.02331.8993.4670
HexFA6BAE0391E214c5d46
Octal372153256071362514135106
Binary111110101101011101011100111001111101010100110010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6BAE; }

 p { color: rgb(250,107,174); }

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

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

 a { background-color: rgb(250,107,174); }

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

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

 span { border-color: rgb(250,107,174); }

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