#F365D1

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

Shades of Neon Pink #F365D1

Tints of Neon Pink #F365D1

Color information

#F365D1 (or 0xF365D1) is unknown color: approx Neon Pink. HEX triplet: F3, 65 and D1. RGB value is (243,101,209). Sum of RGB (Red+Green+Blue) = 243+101+209=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F365D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365D1 is #0C9A2E. Grayscale: #9B9B9B. Windows color (decimal): -825903 or 13723123. OLE color: 13723123.

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

Color convert

RGB243101209-
CMYK00.580.140.05
HSL314.37º85.54%67.45%-
HSV(B)314.37º58.44%95.29%-
XYZ53.1232.9763.88-
YUV155.77158.04190.22-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.94%
GREEN value IS 101 (39.84% from 255) = 18.26%
BLUE value IS 209 (82.03% from 255) = 37.79%
R=43.94%
G=18.26%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310120900.580.140.05314.3785.5467.45
HexF365D103AE513a5643
Octal363145321072165472126103
Binary111100111100101110100010111010111010110011101010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F365D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F365D1; }

 p { color: rgb(243,101,209); }

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

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

 a { background-color: rgb(243,101,209); }

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

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

 span { border-color: rgb(243,101,209); }

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