#f158b2

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

Shades of Hot Pink #F158B2

Tints of Hot Pink #F158B2

Color information

#F158B2 (or 0xF158B2) is unknown color: approx Hot Pink. HEX triplet: F1, 58 and B2. RGB value is (241,88,178). Sum of RGB (Red+Green+Blue) = 241+88+178=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F158B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F158B2 is #0EA74D. Grayscale: #8F8F8F. Windows color (decimal): -960334 or 11688177. OLE color: 11688177.

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

Color convert

RGB24188178-
CMYK00.630.260.05
HSL324.71º84.53%64.51%-
HSV(B)324.71º63.49%94.51%-
XYZ47.828.8945.18-
YUV144.01147.19197.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.53%
GREEN value IS 88 (34.77% from 255) = 17.36%
BLUE value IS 178 (69.92% from 255) = 35.11%
R=47.53%
G=17.36%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418817800.630.260.05324.7184.5364.51
HexF158B203F1A51455541
Octal361130262077325505125101
Binary1111000110110001011001001111111101010110100010110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f158b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f158b2; }

 p { color: rgb(241,88,178); }

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

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

 a { background-color: rgb(241,88,178); }

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

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

 span { border-color: rgb(241,88,178); }

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