#F368D2

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

Shades of Neon Pink #F368D2

Tints of Neon Pink #F368D2

Color information

#F368D2 (or 0xF368D2) is unknown color: approx Neon Pink. HEX triplet: F3, 68 and D2. RGB value is (243,104,210). Sum of RGB (Red+Green+Blue) = 243+104+210=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F368D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F368D2 is #0C972D. Grayscale: #9D9D9D. Windows color (decimal): -825134 or 13789427. OLE color: 13789427.

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

Color convert

RGB243104210-
CMYK00.570.140.05
HSL314.24º85.28%68.04%-
HSV(B)314.24º57.2%95.29%-
XYZ53.5533.6164.64-
YUV157.64157.55188.88-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.63%
GREEN value IS 104 (41.02% from 255) = 18.67%
BLUE value IS 210 (82.42% from 255) = 37.70%
R=43.63%
G=18.67%
B=37.70%

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
Decimal24310421000.570.140.05314.2485.2868.04
HexF368D2039E513a5544
Octal363150322071165472125104
Binary111100111101000110100100111001111010110011101010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F368D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F368D2; }

 p { color: rgb(243,104,210); }

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

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

 a { background-color: rgb(243,104,210); }

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

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

 span { border-color: rgb(243,104,210); }

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