Html Css Color HEX #F15CBF Neon Pink

📋 copy color: '#F15CBF'

red 241 ◦ green 92 ◦ blue 191

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

Shades of Neon Pink #F15CBF

Tints of Neon Pink #F15CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.45%

R = 45.99%
G = 17.56%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F15CBF (or 0xF15CBF) is known color: Neon Pink. HEX triplet: F1, 5C and BF. RGB value is (241,92,191). Sum of RGB (Red+Green+Blue) = 241+92+191=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CBF is #0EA340. Grayscale: #939393. Windows color (decimal): -959297 or 12541169. OLE color: 12541169.

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

Color convert

RGB 241 92 191 -
CMYK 0 0.62 0.21 0.05
HSL 320.13º 0.84% 0.65% -
HSV(B) 320.13º 0.62% 0.95% -
XYZ 49.51 30.12 52.49 -
YUV 147.84 152.36 194.45 -
System Red Green Blue C M Y K H S L
Decimal 241 92 191 0 0.62 0.21 0.05 320.13 0.84 0.65
Hex F1 5C BF 0 3E 15 5 140 54 41
Octal 361 134 277 0 76 25 5 500 124 101
Binary 11110001 1011100 10111111 0 111110 10101 101 101000000 1010100 1000001

Color Harmonies of #F15CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15CBF

Black with #F15CBF

Text Example


Text Example

White with #F15CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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