Html Css Color HEX #F155BB Hot Pink

📋 copy color: '#F155BB'

red 241 ◦ green 85 ◦ blue 187

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

Shades of Hot Pink #F155BB

Tints of Hot Pink #F155BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.45%

R = 46.98%
G = 16.57%
B = 36.45%

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

#F155BB (or 0xF155BB) is known color: Hot Pink. HEX triplet: F1, 55 and BB. RGB value is (241,85,187). Sum of RGB (Red+Green+Blue) = 241+85+187=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F155BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155BB is #0EAA44. Grayscale: #8F8F8F. Windows color (decimal): -961093 or 12277233. OLE color: 12277233.

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

Color convert

RGB 241 85 187 -
CMYK 0 0.65 0.22 0.05
HSL 320.77º 0.85% 0.64% -
HSV(B) 320.77º 0.65% 0.95% -
XYZ 48.49 28.79 50.01 -
YUV 143.27 152.68 197.71 -
System Red Green Blue C M Y K H S L
Decimal 241 85 187 0 0.65 0.22 0.05 320.77 0.85 0.64
Hex F1 55 BB 0 41 16 5 141 55 40
Octal 361 125 273 0 101 26 5 501 125 100
Binary 11110001 1010101 10111011 0 1000001 10110 101 101000001 1010101 1000000

Color Harmonies of #F155BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155BB

Black with #F155BB

Text Example


Text Example

White with #F155BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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