Html Css Color HEX #F15CC5 Neon Pink

📋 copy color: '#F15CC5'

red 241 ◦ green 92 ◦ blue 197

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

Shades of Neon Pink #F15CC5

Tints of Neon Pink #F15CC5

RGB

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

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

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

R = 45.47%
G = 17.36%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F15CC5 (or 0xF15CC5) is known color: Neon Pink. HEX triplet: F1, 5C and C5. RGB value is (241,92,197). Sum of RGB (Red+Green+Blue) = 241+92+197=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 92 (36.33% from 255 or 17.36% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CC5 is #0EA33A. Grayscale: #949494. Windows color (decimal): -959291 or 12934385. OLE color: 12934385.

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

Color convert

RGB 241 92 197 -
CMYK 0 0.62 0.18 0.05
HSL 317.72º 0.84% 0.65% -
HSV(B) 317.72º 0.62% 0.95% -
XYZ 50.18 30.39 56.04 -
YUV 148.52 155.36 193.96 -
System Red Green Blue C M Y K H S L
Decimal 241 92 197 0 0.62 0.18 0.05 317.72 0.84 0.65
Hex F1 5C C5 0 3E 12 5 13E 54 41
Octal 361 134 305 0 76 22 5 476 124 101
Binary 11110001 1011100 11000101 0 111110 10010 101 100111110 1010100 1000001

Color Harmonies of #F15CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15CC5

Black with #F15CC5

Text Example


Text Example

White with #F15CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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