Html Css Color HEX #F155B7 Hot Pink

📋 copy color: '#F155B7'

red 241 ◦ green 85 ◦ blue 183

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

Shades of Hot Pink #F155B7

Tints of Hot Pink #F155B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.95%

R = 47.35%
G = 16.7%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F155B7 (or 0xF155B7) is known color: Hot Pink. HEX triplet: F1, 55 and B7. RGB value is (241,85,183). Sum of RGB (Red+Green+Blue) = 241+85+183=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F155B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155B7 is #0EAA48. Grayscale: #8E8E8E. Windows color (decimal): -961097 or 12015089. OLE color: 12015089.

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

Color convert

RGB 241 85 183 -
CMYK 0 0.65 0.24 0.05
HSL 322.31º 0.85% 0.64% -
HSV(B) 322.31º 0.65% 0.95% -
XYZ 48.07 28.62 47.79 -
YUV 142.82 150.68 198.03 -
System Red Green Blue C M Y K H S L
Decimal 241 85 183 0 0.65 0.24 0.05 322.31 0.85 0.64
Hex F1 55 B7 0 41 18 5 142 55 40
Octal 361 125 267 0 101 30 5 502 125 100
Binary 11110001 1010101 10110111 0 1000001 11000 101 101000010 1010101 1000000

Color Harmonies of #F155B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155B7

Black with #F155B7

Text Example


Text Example

White with #F155B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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