#F561D2

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

Shades of Neon Pink #F561D2

Tints of Neon Pink #F561D2

Color information

#F561D2 (or 0xF561D2) is unknown color: approx Neon Pink. HEX triplet: F5, 61 and D2. RGB value is (245,97,210). Sum of RGB (Red+Green+Blue) = 245+97+210=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 97 (38.28% from 255 or 17.57% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F561D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F561D2 is #0A9E2D. Grayscale: #999999. Windows color (decimal): -695854 or 13787637. OLE color: 13787637.

HSL color Cylindrical-coordinate representation of color #F561D2: hue angle of 314.19º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F561D2 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB24597210-
CMYK00.600.140.04
HSL314.19º88.1%67.06%-
HSV(B)314.19º60.41%96.08%-
XYZ53.5632.6264.44-
YUV154.13159.53192.81-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.38%
GREEN value IS 97 (38.28% from 255) = 17.57%
BLUE value IS 210 (82.42% from 255) = 38.04%
R=44.38%
G=17.57%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459721000.600.140.04314.1988.167.06
HexF561D203CE413a5843
Octal365141322074164472130103
Binary111101011100001110100100111100111010010011101010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F561D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F561D2; }

 p { color: rgb(245,97,210); }

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

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

 a { background-color: rgb(245,97,210); }

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

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

 span { border-color: rgb(245,97,210); }

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