#FA75C9

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

Shades of Neon Pink #FA75C9

Tints of Neon Pink #FA75C9

Color information

#FA75C9 (or 0xFA75C9) is unknown color: approx Neon Pink. HEX triplet: FA, 75 and C9. RGB value is (250,117,201). Sum of RGB (Red+Green+Blue) = 250+117+201=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA75C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA75C9 is #058A36. Grayscale: #A6A6A6. Windows color (decimal): -363063 or 13202938. OLE color: 13202938.

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

Color convert

RGB250117201-
CMYK00.530.200.02
HSL322.11º93.01%71.96%-
HSV(B)322.11º53.2%98.04%-
XYZ56.3337.2659.48-
YUV166.34147.56187.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 117 (46.09% from 255) = 20.60%
BLUE value IS 201 (78.91% from 255) = 35.39%
R=44.01%
G=20.60%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011720100.530.200.02322.1193.0171.96
HexFA75C90351421425d48
Octal372165311065242502135110
Binary111110101110101110010010110101101001010100001010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA75C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA75C9; }

 p { color: rgb(250,117,201); }

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

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

 a { background-color: rgb(250,117,201); }

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

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

 span { border-color: rgb(250,117,201); }

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