#F269D2

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

Shades of Neon Pink #F269D2

Tints of Neon Pink #F269D2

Color information

#F269D2 (or 0xF269D2) is unknown color: approx Neon Pink. HEX triplet: F2, 69 and D2. RGB value is (242,105,210). Sum of RGB (Red+Green+Blue) = 242+105+210=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F269D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F269D2 is #0D962D. Grayscale: #9D9D9D. Windows color (decimal): -890414 or 13789682. OLE color: 13789682.

HSL color Cylindrical-coordinate representation of color #F269D2: hue angle of 314.01º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F269D2 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB242105210-
CMYK00.570.130.05
HSL314.01º84.05%68.04%-
HSV(B)314.01º56.61%94.9%-
XYZ53.333.6364.66-
YUV157.93157.39187.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.45%
GREEN value IS 105 (41.41% from 255) = 18.85%
BLUE value IS 210 (82.42% from 255) = 37.70%
R=43.45%
G=18.85%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210521000.570.130.05314.0184.0568.04
HexF269D2039D513a5444
Octal362151322071155472124104
Binary111100101101001110100100111001110110110011101010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F269D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F269D2; }

 p { color: rgb(242,105,210); }

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

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

 a { background-color: rgb(242,105,210); }

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

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

 span { border-color: rgb(242,105,210); }

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