#F153BB

Color #F153BB Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #F153BB

Tints of Hot Pink #F153BB

Color information

#F153BB (or 0xF153BB) is unknown color: approx Hot Pink. HEX triplet: F1, 53 and BB. RGB value is (241,83,187). Sum of RGB (Red+Green+Blue) = 241+83+187=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F153BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F153BB is #0EAC44. Grayscale: #8D8D8D. Windows color (decimal): -961605 or 12276721. OLE color: 12276721.

HSL color Cylindrical-coordinate representation of color #F153BB: hue angle of 320.51º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F153BB is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB24183187-
CMYK00.660.220.05
HSL320.51º84.95%63.53%-
HSV(B)320.51º65.56%94.51%-
XYZ48.3428.4849.96-
YUV142.1153.35198.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.16%
GREEN value IS 83 (32.81% from 255) = 16.24%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=47.16%
G=16.24%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418318700.660.220.05320.5184.9563.53
HexF153BB0421651415540
Octal3611232730102265501125100
Binary11110001101001110111011010000101011010110100000110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F153BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F153BB; }

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

 H1.HeaderClassName
 {
   color: #F153BB;
 }
 .AnyTagClassName
 {
   color: #F153BB;
 }
</style>
background-color css

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

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

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

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

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

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