Html Css Color HEX #F155BD Hot Pink

📋 copy color: '#F155BD'

red 241 ◦ green 85 ◦ blue 189

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

Shades of Hot Pink #F155BD

Tints of Hot Pink #F155BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.7%

R = 46.8%
G = 16.5%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F155BD (or 0xF155BD) is known color: Hot Pink. HEX triplet: F1, 55 and BD. RGB value is (241,85,189). Sum of RGB (Red+Green+Blue) = 241+85+189=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F155BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155BD is #0EAA42. Grayscale: #8F8F8F. Windows color (decimal): -961091 or 12408305. OLE color: 12408305.

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

Color convert

RGB 241 85 189 -
CMYK 0 0.65 0.22 0.05
HSL 320º 0.85% 0.64% -
HSV(B) 320º 0.65% 0.95% -
XYZ 48.71 28.87 51.15 -
YUV 143.5 153.68 197.54 -
System Red Green Blue C M Y K H S L
Decimal 241 85 189 0 0.65 0.22 0.05 320 0.85 0.64
Hex F1 55 BD 0 41 16 5 140 55 40
Octal 361 125 275 0 101 26 5 500 125 100
Binary 11110001 1010101 10111101 0 1000001 10110 101 101000000 1010101 1000000

Color Harmonies of #F155BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155BD

Black with #F155BD

Text Example


Text Example

White with #F155BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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