Html Css Color HEX #F155BE Hot Pink

📋 copy color: '#F155BE'

red 241 ◦ green 85 ◦ blue 190

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

Shades of Hot Pink #F155BE

Tints of Hot Pink #F155BE

RGB

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

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

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

R = 46.71%
G = 16.47%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F155BE (or 0xF155BE) is known color: Hot Pink. HEX triplet: F1, 55 and BE. RGB value is (241,85,190). Sum of RGB (Red+Green+Blue) = 241+85+190=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F155BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155BE is #0EAA41. Grayscale: #8F8F8F. Windows color (decimal): -961090 or 12473841. OLE color: 12473841.

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

Color convert

RGB 241 85 190 -
CMYK 0 0.65 0.21 0.05
HSL 319.62º 0.85% 0.64% -
HSV(B) 319.62º 0.65% 0.95% -
XYZ 48.82 28.92 51.72 -
YUV 143.61 154.18 197.46 -
System Red Green Blue C M Y K H S L
Decimal 241 85 190 0 0.65 0.21 0.05 319.62 0.85 0.64
Hex F1 55 BE 0 41 15 5 140 55 40
Octal 361 125 276 0 101 25 5 500 125 100
Binary 11110001 1010101 10111110 0 1000001 10101 101 101000000 1010101 1000000

Color Harmonies of #F155BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155BE

Black with #F155BE

Text Example


Text Example

White with #F155BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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