Html Css Color HEX #F156C3 Neon Pink

📋 copy color: '#F156C3'

red 241 ◦ green 86 ◦ blue 195

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

Shades of Neon Pink #F156C3

Tints of Neon Pink #F156C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.36%

R = 46.17%
G = 16.48%
B = 37.36%

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

#F156C3 (or 0xF156C3) is known color: Neon Pink. HEX triplet: F1, 56 and C3. RGB value is (241,86,195). Sum of RGB (Red+Green+Blue) = 241+86+195=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 86 (33.98% from 255 or 16.48% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F156C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F156C3 is #0EA93C. Grayscale: #909090. Windows color (decimal): -960829 or 12801777. OLE color: 12801777.

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

Color convert

RGB 241 86 195 -
CMYK 0 0.64 0.19 0.05
HSL 317.81º 0.85% 0.64% -
HSV(B) 317.81º 0.64% 0.95% -
XYZ 49.45 29.3 54.68 -
YUV 144.77 156.35 196.64 -
System Red Green Blue C M Y K H S L
Decimal 241 86 195 0 0.64 0.19 0.05 317.81 0.85 0.64
Hex F1 56 C3 0 40 13 5 13E 55 40
Octal 361 126 303 0 100 23 5 476 125 100
Binary 11110001 1010110 11000011 0 1000000 10011 101 100111110 1010101 1000000

Color Harmonies of #F156C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F156C3

Black with #F156C3

Text Example


Text Example

White with #F156C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F156C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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