#F06AD2

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

Shades of Neon Pink #F06AD2

Tints of Neon Pink #F06AD2

Color information

#F06AD2 (or 0xF06AD2) is unknown color: approx Neon Pink. HEX triplet: F0, 6A and D2. RGB value is (240,106,210). Sum of RGB (Red+Green+Blue) = 240+106+210=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 106 (41.80% from 255 or 19.06% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06AD2 is #0F952D. Grayscale: #9D9D9D. Windows color (decimal): -1021230 or 13789936. OLE color: 13789936.

HSL color Cylindrical-coordinate representation of color #F06AD2: hue angle of 313.43º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06AD2 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB240106210-
CMYK00.560.120.06
HSL313.43º81.71%67.84%-
HSV(B)313.43º55.83%94.12%-
XYZ52.7233.4964.66-
YUV157.92157.39186.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.17%
GREEN value IS 106 (41.80% from 255) = 19.06%
BLUE value IS 210 (82.42% from 255) = 37.77%
R=43.17%
G=19.06%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010621000.560.120.06313.4381.7167.84
HexF06AD2038C61395244
Octal360152322070146471122104
Binary111100001101010110100100111000110011010011100110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06AD2; }

 p { color: rgb(240,106,210); }

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

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

 a { background-color: rgb(240,106,210); }

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

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

 span { border-color: rgb(240,106,210); }

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