Html Css Color HEX #F15FCB Neon Pink

📋 copy color: '#F15FCB'

red 241 ◦ green 95 ◦ blue 203

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

Shades of Neon Pink #F15FCB

Tints of Neon Pink #F15FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 44.71%
G = 17.63%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F15FCB (or 0xF15FCB) is known color: Neon Pink. HEX triplet: F1, 5F and CB. RGB value is (241,95,203). Sum of RGB (Red+Green+Blue) = 241+95+203=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F15FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15FCB is #0EA034. Grayscale: #969696. Windows color (decimal): -958517 or 13328369. OLE color: 13328369.

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

Color convert

RGB 241 95 203 -
CMYK 0 0.61 0.16 0.05
HSL 315.62º 0.84% 0.66% -
HSV(B) 315.62º 0.61% 0.95% -
XYZ 51.15 31.2 59.83 -
YUV 150.97 157.37 192.22 -
System Red Green Blue C M Y K H S L
Decimal 241 95 203 0 0.61 0.16 0.05 315.62 0.84 0.66
Hex F1 5F CB 0 3D 10 5 13C 54 42
Octal 361 137 313 0 75 20 5 474 124 102
Binary 11110001 1011111 11001011 0 111101 10000 101 100111100 1010100 1000010

Color Harmonies of #F15FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15FCB

Black with #F15FCB

Text Example


Text Example

White with #F15FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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