#FA69CF

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

Shades of Neon Pink #FA69CF

Tints of Neon Pink #FA69CF

Color information

#FA69CF (or 0xFA69CF) is unknown color: approx Neon Pink. HEX triplet: FA, 69 and CF. RGB value is (250,105,207). Sum of RGB (Red+Green+Blue) = 250+105+207=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 105 (41.41% from 255 or 18.68% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA69CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA69CF is #059630. Grayscale: #9F9F9F. Windows color (decimal): -366129 or 13593082. OLE color: 13593082.

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

Color convert

RGB250105207-
CMYK00.580.170.02
HSL317.79º93.55%69.61%-
HSV(B)317.79º58%98.04%-
XYZ55.7434.9362.84-
YUV159.98154.54192.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 105 (41.41% from 255) = 18.68%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=44.48%
G=18.68%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010520700.580.170.02317.7993.5569.61
HexFA69CF03A11213e5e46
Octal372151317072212476136106
Binary111110101101001110011110111010100011010011111010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA69CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA69CF; }

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

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

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

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

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

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

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

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