#FA68A4

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

Shades of Hot Pink #FA68A4

Tints of Hot Pink #FA68A4

Color information

#FA68A4 (or 0xFA68A4) is unknown color: approx Hot Pink. HEX triplet: FA, 68 and A4. RGB value is (250,104,164). Sum of RGB (Red+Green+Blue) = 250+104+164=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA68A4 is #05975B. Grayscale: #9A9A9A. Windows color (decimal): -366428 or 10774778. OLE color: 10774778.

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

Color convert

RGB250104164-
CMYK00.580.340.02
HSL335.34º93.59%69.41%-
HSV(B)335.34º58.4%98.04%-
XYZ51.0832.938.78-
YUV154.49133.37196.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.26%
GREEN value IS 104 (41.02% from 255) = 20.08%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=48.26%
G=20.08%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010416400.580.340.02335.3493.5969.41
HexFA68A403A22214f5e45
Octal372150244072422517136105
Binary1111101011010001010010001110101000101010100111110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA68A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA68A4; }

 p { color: rgb(250,104,164); }

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

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

 a { background-color: rgb(250,104,164); }

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

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

 span { border-color: rgb(250,104,164); }

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