Html Css Color HEX #F157BE Hot Pink

📋 copy color: '#F157BE'

red 241 ◦ green 87 ◦ blue 190

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

Shades of Hot Pink #F157BE

Tints of Hot Pink #F157BE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.8%

 BLUE value IS 190 (74.61% from 255) = 36.68%

R = 46.53%
G = 16.8%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F157BE (or 0xF157BE) is known color: Hot Pink. HEX triplet: F1, 57 and BE. RGB value is (241,87,190). Sum of RGB (Red+Green+Blue) = 241+87+190=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 87 (34.38% from 255 or 16.80% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F157BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F157BE is #0EA841. Grayscale: #909090. Windows color (decimal): -960578 or 12474353. OLE color: 12474353.

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

Color convert

RGB 241 87 190 -
CMYK 0 0.64 0.21 0.05
HSL 319.87º 0.85% 0.64% -
HSV(B) 319.87º 0.64% 0.95% -
XYZ 48.98 29.23 51.78 -
YUV 144.79 153.52 196.62 -
System Red Green Blue C M Y K H S L
Decimal 241 87 190 0 0.64 0.21 0.05 319.87 0.85 0.64
Hex F1 57 BE 0 40 15 5 140 55 40
Octal 361 127 276 0 100 25 5 500 125 100
Binary 11110001 1010111 10111110 0 1000000 10101 101 101000000 1010101 1000000

Color Harmonies of #F157BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F157BE

Black with #F157BE

Text Example


Text Example

White with #F157BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F157BE; }

 p { color: rgb(241,87,190); }

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

background-color css

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

 a { background-color: rgb(241,87,190); }

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

border-color css

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

 span { border-color: rgb(241,87,190); }

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