Html Css Color HEX #F157C4 Neon Pink

📋 copy color: '#F157C4'

red 241 ◦ green 87 ◦ blue 196

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

Shades of Neon Pink #F157C4

Tints of Neon Pink #F157C4

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.6%

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

R = 45.99%
G = 16.6%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F157C4 (or 0xF157C4) is known color: Neon Pink. HEX triplet: F1, 57 and C4. RGB value is (241,87,196). Sum of RGB (Red+Green+Blue) = 241+87+196=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 87 (34.38% from 255 or 16.60% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F157C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F157C4 is #0EA83B. Grayscale: #919191. Windows color (decimal): -960572 or 12867569. OLE color: 12867569.

HSL color Cylindrical-coordinate representation of color #F157C4: hue angle of 317.53º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F157C4 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 87 196 -
CMYK 0 0.64 0.19 0.05
HSL 317.53º 0.85% 0.64% -
HSV(B) 317.53º 0.64% 0.95% -
XYZ 49.65 29.5 55.3 -
YUV 145.47 156.52 196.14 -
System Red Green Blue C M Y K H S L
Decimal 241 87 196 0 0.64 0.19 0.05 317.53 0.85 0.64
Hex F1 57 C4 0 40 13 5 13E 55 40
Octal 361 127 304 0 100 23 5 476 125 100
Binary 11110001 1010111 11000100 0 1000000 10011 101 100111110 1010101 1000000

Color Harmonies of #F157C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F157C4

Black with #F157C4

Text Example


Text Example

White with #F157C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F157C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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