Html Css Color HEX #F15CC8 Neon Pink

📋 copy color: '#F15CC8'

red 241 ◦ green 92 ◦ blue 200

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

Shades of Neon Pink #F15CC8

Tints of Neon Pink #F15CC8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.26%

 BLUE value IS 200 (78.52% from 255) = 37.52%

R = 45.22%
G = 17.26%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F15CC8 (or 0xF15CC8) is known color: Neon Pink. HEX triplet: F1, 5C and C8. RGB value is (241,92,200). Sum of RGB (Red+Green+Blue) = 241+92+200=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 92 (36.33% from 255 or 17.26% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CC8 is #0EA337. Grayscale: #949494. Windows color (decimal): -959288 or 13130993. OLE color: 13130993.

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

Color convert

RGB 241 92 200 -
CMYK 0 0.62 0.17 0.05
HSL 316.51º 0.84% 0.65% -
HSV(B) 316.51º 0.62% 0.95% -
XYZ 50.53 30.53 57.87 -
YUV 148.86 156.86 193.72 -
System Red Green Blue C M Y K H S L
Decimal 241 92 200 0 0.62 0.17 0.05 316.51 0.84 0.65
Hex F1 5C C8 0 3E 11 5 13D 54 41
Octal 361 134 310 0 76 21 5 475 124 101
Binary 11110001 1011100 11001000 0 111110 10001 101 100111101 1010100 1000001

Color Harmonies of #F15CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15CC8

Black with #F15CC8

Text Example


Text Example

White with #F15CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15CC8; }

 p { color: rgb(241,92,200); }

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

background-color css

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

 a { background-color: rgb(241,92,200); }

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

border-color css

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

 span { border-color: rgb(241,92,200); }

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