Html Css Color HEX #F156C5 Neon Pink

📋 copy color: '#F156C5'

red 241 ◦ green 86 ◦ blue 197

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

Shades of Neon Pink #F156C5

Tints of Neon Pink #F156C5

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.41%

 BLUE value IS 197 (77.34% from 255) = 37.6%

R = 45.99%
G = 16.41%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F156C5 (or 0xF156C5) is known color: Neon Pink. HEX triplet: F1, 56 and C5. RGB value is (241,86,197). Sum of RGB (Red+Green+Blue) = 241+86+197=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F156C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F156C5 is #0EA93A. Grayscale: #909090. Windows color (decimal): -960827 or 12932849. OLE color: 12932849.

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

Color convert

RGB 241 86 197 -
CMYK 0 0.64 0.18 0.05
HSL 317.03º 0.85% 0.64% -
HSV(B) 317.03º 0.64% 0.95% -
XYZ 49.68 29.39 55.88 -
YUV 145 157.35 196.47 -
System Red Green Blue C M Y K H S L
Decimal 241 86 197 0 0.64 0.18 0.05 317.03 0.85 0.64
Hex F1 56 C5 0 40 12 5 13D 55 40
Octal 361 126 305 0 100 22 5 475 125 100
Binary 11110001 1010110 11000101 0 1000000 10010 101 100111101 1010101 1000000

Color Harmonies of #F156C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F156C5

Black with #F156C5

Text Example


Text Example

White with #F156C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F156C5; }

 p { color: rgb(241,86,197); }

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

background-color css

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

 a { background-color: rgb(241,86,197); }

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

border-color css

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

 span { border-color: rgb(241,86,197); }

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