#f35fc9

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

Shades of Neon Pink #F35FC9

Tints of Neon Pink #F35FC9

Color information

#F35FC9 (or 0xF35FC9) is unknown color: approx Neon Pink. HEX triplet: F3, 5F and C9. RGB value is (243,95,201). Sum of RGB (Red+Green+Blue) = 243+95+201=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F35FC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35FC9 is #0CA036. Grayscale: #979797. Windows color (decimal): -827447 or 13197299. OLE color: 13197299.

HSL color Cylindrical-coordinate representation of color #F35FC9: hue angle of 317.03º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F35FC9 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB24395201-
CMYK00.610.170.05
HSL317.03º86.05%66.27%-
HSV(B)317.03º60.91%95.29%-
XYZ51.631.4658.61-
YUV151.34156.03193.38-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.08%
GREEN value IS 95 (37.5% from 255) = 17.63%
BLUE value IS 201 (78.91% from 255) = 37.29%
R=45.08%
G=17.63%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439520100.610.170.05317.0386.0566.27
HexF35FC903D11513d5642
Octal363137311075215475126102
Binary1111001110111111100100101111011000110110011110110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f35fc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f35fc9; }

 p { color: rgb(243,95,201); }

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

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

 a { background-color: rgb(243,95,201); }

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

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

 span { border-color: rgb(243,95,201); }

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