Html Css Color HEX #F159C4 Neon Pink

📋 copy color: '#F159C4'

red 241 ◦ green 89 ◦ blue 196

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

Shades of Neon Pink #F159C4

Tints of Neon Pink #F159C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.26%

R = 45.82%
G = 16.92%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F159C4 (or 0xF159C4) is known color: Neon Pink. HEX triplet: F1, 59 and C4. RGB value is (241,89,196). Sum of RGB (Red+Green+Blue) = 241+89+196=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F159C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159C4 is #0EA63B. Grayscale: #929292. Windows color (decimal): -960060 or 12868081. OLE color: 12868081.

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

Color convert

RGB 241 89 196 -
CMYK 0 0.63 0.19 0.05
HSL 317.76º 0.84% 0.65% -
HSV(B) 317.76º 0.63% 0.95% -
XYZ 49.81 29.83 55.36 -
YUV 146.65 155.86 195.3 -
System Red Green Blue C M Y K H S L
Decimal 241 89 196 0 0.63 0.19 0.05 317.76 0.84 0.65
Hex F1 59 C4 0 3F 13 5 13E 54 41
Octal 361 131 304 0 77 23 5 476 124 101
Binary 11110001 1011001 11000100 0 111111 10011 101 100111110 1010100 1000001

Color Harmonies of #F159C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F159C4

Black with #F159C4

Text Example


Text Example

White with #F159C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F159C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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