Html Css Color HEX #F155C2 Neon Pink

📋 copy color: '#F155C2'

red 241 ◦ green 85 ◦ blue 194

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

Shades of Neon Pink #F155C2

Tints of Neon Pink #F155C2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.35%

 BLUE value IS 194 (76.17% from 255) = 37.31%

R = 46.35%
G = 16.35%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F155C2 (or 0xF155C2) is known color: Neon Pink. HEX triplet: F1, 55 and C2. RGB value is (241,85,194). Sum of RGB (Red+Green+Blue) = 241+85+194=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F155C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155C2 is #0EAA3D. Grayscale: #8F8F8F. Windows color (decimal): -961086 or 12735985. OLE color: 12735985.

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

Color convert

RGB 241 85 194 -
CMYK 0 0.65 0.20 0.05
HSL 318.08º 0.85% 0.64% -
HSV(B) 318.08º 0.65% 0.95% -
XYZ 49.26 29.09 54.06 -
YUV 144.07 156.18 197.14 -
System Red Green Blue C M Y K H S L
Decimal 241 85 194 0 0.65 0.20 0.05 318.08 0.85 0.64
Hex F1 55 C2 0 41 14 5 13E 55 40
Octal 361 125 302 0 101 24 5 476 125 100
Binary 11110001 1010101 11000010 0 1000001 10100 101 100111110 1010101 1000000

Color Harmonies of #F155C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155C2

Black with #F155C2

Text Example


Text Example

White with #F155C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155C2; }

 p { color: rgb(241,85,194); }

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

background-color css

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

 a { background-color: rgb(241,85,194); }

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

border-color css

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

 span { border-color: rgb(241,85,194); }

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