#FA68A7

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

Shades of Hot Pink #FA68A7

Tints of Hot Pink #FA68A7

Color information

#FA68A7 (or 0xFA68A7) is unknown color: approx Hot Pink. HEX triplet: FA, 68 and A7. RGB value is (250,104,167). Sum of RGB (Red+Green+Blue) = 250+104+167=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA68A7 is #059758. Grayscale: #9A9A9A. Windows color (decimal): -366425 or 10971386. OLE color: 10971386.

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

Color convert

RGB250104167-
CMYK00.580.330.02
HSL334.11º93.59%69.41%-
HSV(B)334.11º58.4%98.04%-
XYZ51.3533.0140.23-
YUV154.84134.87195.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.98%
GREEN value IS 104 (41.02% from 255) = 19.96%
BLUE value IS 167 (65.62% from 255) = 32.05%
R=47.98%
G=19.96%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010416700.580.330.02334.1193.5969.41
HexFA68A703A21214e5e45
Octal372150247072412516136105
Binary1111101011010001010011101110101000011010100111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA68A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA68A7; }

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

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

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

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

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

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

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

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