#F37AD2

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

Shades of Neon Pink #F37AD2

Tints of Neon Pink #F37AD2

Color information

#F37AD2 (or 0xF37AD2) is unknown color: approx Neon Pink. HEX triplet: F3, 7A and D2. RGB value is (243,122,210). Sum of RGB (Red+Green+Blue) = 243+122+210=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37AD2 is #0C852D. Grayscale: #A7A7A7. Windows color (decimal): -820526 or 13794035. OLE color: 13794035.

HSL color Cylindrical-coordinate representation of color #F37AD2: hue angle of 316.36º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37AD2 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB243122210-
CMYK00.500.140.05
HSL316.36º83.45%71.57%-
HSV(B)316.36º49.79%95.29%-
XYZ55.5537.6365.31-
YUV168.21151.59181.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.26%
GREEN value IS 122 (48.05% from 255) = 21.22%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=42.26%
G=21.22%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312221000.500.140.05316.3683.4571.57
HexF37AD2032E513c5348
Octal363172322062165474123110
Binary111100111111010110100100110010111010110011110010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37AD2; }

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

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

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

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

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

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

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

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