#f05bb4

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

Shades of Hot Pink #F05BB4

Tints of Hot Pink #F05BB4

Color information

#F05BB4 (or 0xF05BB4) is unknown color: approx Hot Pink. HEX triplet: F0, 5B and B4. RGB value is (240,91,180). Sum of RGB (Red+Green+Blue) = 240+91+180=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F05BB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05BB4 is #0FA44B. Grayscale: #919191. Windows color (decimal): -1025100 or 11820016. OLE color: 11820016.

HSL color Cylindrical-coordinate representation of color #F05BB4: hue angle of 324.16º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05BB4 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB24091180-
CMYK00.620.250.06
HSL324.16º83.24%64.9%-
HSV(B)324.16º62.08%94.12%-
XYZ47.9129.346.31-
YUV145.7147.36195.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.97%
GREEN value IS 91 (35.94% from 255) = 17.81%
BLUE value IS 180 (70.70% from 255) = 35.23%
R=46.97%
G=17.81%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409118000.620.250.06324.1683.2464.9
HexF05BB403E1961445341
Octal360133264076316504123101
Binary1111000010110111011010001111101100111010100010010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f05bb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f05bb4; }

 p { color: rgb(240,91,180); }

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

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

 a { background-color: rgb(240,91,180); }

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

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

 span { border-color: rgb(240,91,180); }

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