Html Css Color HEX #F155B5 Hot Pink

📋 copy color: '#F155B5'

red 241 ◦ green 85 ◦ blue 181

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

Shades of Hot Pink #F155B5

Tints of Hot Pink #F155B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.7%

R = 47.53%
G = 16.77%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F155B5 (or 0xF155B5) is known color: Hot Pink. HEX triplet: F1, 55 and B5. RGB value is (241,85,181). Sum of RGB (Red+Green+Blue) = 241+85+181=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F155B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155B5 is #0EAA4A. Grayscale: #8E8E8E. Windows color (decimal): -961099 or 11884017. OLE color: 11884017.

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

Color convert

RGB 241 85 181 -
CMYK 0 0.65 0.25 0.05
HSL 323.08º 0.85% 0.64% -
HSV(B) 323.08º 0.65% 0.95% -
XYZ 47.86 28.53 46.7 -
YUV 142.59 149.68 198.19 -
System Red Green Blue C M Y K H S L
Decimal 241 85 181 0 0.65 0.25 0.05 323.08 0.85 0.64
Hex F1 55 B5 0 41 19 5 143 55 40
Octal 361 125 265 0 101 31 5 503 125 100
Binary 11110001 1010101 10110101 0 1000001 11001 101 101000011 1010101 1000000

Color Harmonies of #F155B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155B5

Black with #F155B5

Text Example


Text Example

White with #F155B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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