Html Css Color HEX #F15FC1 Neon Pink

📋 copy color: '#F15FC1'

red 241 ◦ green 95 ◦ blue 193

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

Shades of Neon Pink #F15FC1

Tints of Neon Pink #F15FC1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.96%

 BLUE value IS 193 (75.78% from 255) = 36.48%

R = 45.56%
G = 17.96%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F15FC1 (or 0xF15FC1) is known color: Neon Pink. HEX triplet: F1, 5F and C1. RGB value is (241,95,193). Sum of RGB (Red+Green+Blue) = 241+95+193=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F15FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15FC1 is #0EA03E. Grayscale: #959595. Windows color (decimal): -958527 or 12673009. OLE color: 12673009.

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

Color convert

RGB 241 95 193 -
CMYK 0 0.61 0.20 0.05
HSL 319.73º 0.84% 0.66% -
HSV(B) 319.73º 0.61% 0.95% -
XYZ 49.99 30.74 53.75 -
YUV 149.83 152.37 193.03 -
System Red Green Blue C M Y K H S L
Decimal 241 95 193 0 0.61 0.20 0.05 319.73 0.84 0.66
Hex F1 5F C1 0 3D 14 5 140 54 42
Octal 361 137 301 0 75 24 5 500 124 102
Binary 11110001 1011111 11000001 0 111101 10100 101 101000000 1010100 1000010

Color Harmonies of #F15FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15FC1

Black with #F15FC1

Text Example


Text Example

White with #F15FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15FC1; }

 p { color: rgb(241,95,193); }

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

background-color css

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

 a { background-color: rgb(241,95,193); }

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

border-color css

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

 span { border-color: rgb(241,95,193); }

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