Html Css Color HEX #F158C5 Neon Pink

📋 copy color: '#F158C5'

red 241 ◦ green 88 ◦ blue 197

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

Shades of Neon Pink #F158C5

Tints of Neon Pink #F158C5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.73%

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

R = 45.82%
G = 16.73%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F158C5 (or 0xF158C5) is known color: Neon Pink. HEX triplet: F1, 58 and C5. RGB value is (241,88,197). Sum of RGB (Red+Green+Blue) = 241+88+197=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F158C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F158C5 is #0EA73A. Grayscale: #919191. Windows color (decimal): -960315 or 12933361. OLE color: 12933361.

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

Color convert

RGB 241 88 197 -
CMYK 0 0.63 0.18 0.05
HSL 317.25º 0.85% 0.65% -
HSV(B) 317.25º 0.63% 0.95% -
XYZ 49.84 29.71 55.93 -
YUV 146.17 156.69 195.64 -
System Red Green Blue C M Y K H S L
Decimal 241 88 197 0 0.63 0.18 0.05 317.25 0.85 0.65
Hex F1 58 C5 0 3F 12 5 13D 55 41
Octal 361 130 305 0 77 22 5 475 125 101
Binary 11110001 1011000 11000101 0 111111 10010 101 100111101 1010101 1000001

Color Harmonies of #F158C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F158C5

Black with #F158C5

Text Example


Text Example

White with #F158C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F158C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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