#F269CF

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

Shades of Neon Pink #F269CF

Tints of Neon Pink #F269CF

Color information

#F269CF (or 0xF269CF) is unknown color: approx Neon Pink. HEX triplet: F2, 69 and CF. RGB value is (242,105,207). Sum of RGB (Red+Green+Blue) = 242+105+207=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F269CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F269CF is #0D9630. Grayscale: #9D9D9D. Windows color (decimal): -890417 or 13593074. OLE color: 13593074.

HSL color Cylindrical-coordinate representation of color #F269CF: hue angle of 315.33º 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 #F269CF is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242105207-
CMYK00.570.140.05
HSL315.33º84.05%68.04%-
HSV(B)315.33º56.61%94.9%-
XYZ52.9333.4962.7-
YUV157.59155.89188.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.68%
GREEN value IS 105 (41.41% from 255) = 18.95%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=43.68%
G=18.95%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210520700.570.140.05315.3384.0568.04
HexF269CF039E513b5444
Octal362151317071165473124104
Binary111100101101001110011110111001111010110011101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F269CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F269CF; }

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

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

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

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

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

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

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

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