#F369C1

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

Shades of Neon Pink #F369C1

Tints of Neon Pink #F369C1

Color information

#F369C1 (or 0xF369C1) is unknown color: approx Neon Pink. HEX triplet: F3, 69 and C1. RGB value is (243,105,193). Sum of RGB (Red+Green+Blue) = 243+105+193=541 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.92% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 243 - color contains mainly: red. Hex color #F369C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F369C1 is #0C963E. Grayscale: #9C9C9C. Windows color (decimal): -824895 or 12675571. OLE color: 12675571.

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

Color convert

RGB243105193-
CMYK00.570.210.05
HSL321.74º85.19%68.24%-
HSV(B)321.74º56.79%95.29%-
XYZ51.6433.0154.1-
YUV156.29148.72189.84-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.92%
GREEN value IS 105 (41.41% from 255) = 19.41%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=44.92%
G=19.41%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310519300.570.210.05321.7485.1968.24
HexF369C10391551425544
Octal363151301071255502125104
Binary1111001111010011100000101110011010110110100001010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F369C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F369C1; }

 p { color: rgb(243,105,193); }

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

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

 a { background-color: rgb(243,105,193); }

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

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

 span { border-color: rgb(243,105,193); }

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