Html Css Color HEX #F159BE Neon Pink

📋 copy color: '#F159BE'

red 241 ◦ green 89 ◦ blue 190

#F159BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #F159BE

Tints of Neon Pink #F159BE

RGB

 RED value IS 241 (94.53% from 255) = 46.35%

 GREEN value IS 89 (35.16% from 255) = 17.12%

 BLUE value IS 190 (74.61% from 255) = 36.54%

R = 46.35%
G = 17.12%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F159BE (or 0xF159BE) is known color: Neon Pink. HEX triplet: F1, 59 and BE. RGB value is (241,89,190). Sum of RGB (Red+Green+Blue) = 241+89+190=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F159BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159BE is #0EA641. Grayscale: #919191. Windows color (decimal): -960066 or 12474865. OLE color: 12474865.

HSL color Cylindrical-coordinate representation of color #F159BE: hue angle of 320.13º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F159BE is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 89 190 -
CMYK 0 0.63 0.21 0.05
HSL 320.13º 0.84% 0.65% -
HSV(B) 320.13º 0.63% 0.95% -
XYZ 49.14 29.56 51.83 -
YUV 145.96 152.86 195.79 -
System Red Green Blue C M Y K H S L
Decimal 241 89 190 0 0.63 0.21 0.05 320.13 0.84 0.65
Hex F1 59 BE 0 3F 15 5 140 54 41
Octal 361 131 276 0 77 25 5 500 124 101
Binary 11110001 1011001 10111110 0 111111 10101 101 101000000 1010100 1000001

Color Harmonies of #F159BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F159BE

Black with #F159BE

Text Example


Text Example

White with #F159BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F159BE; }

 p { color: rgb(241,89,190); }

 H1.HeaderClassName
 {
   color: #F159BE;
 }
 .AnyTagClassName
 {
   color: #F159BE;
 }
</style>

background-color css

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

 a { background-color: rgb(241,89,190); }

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

border-color css

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

 span { border-color: rgb(241,89,190); }

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