#F055BC

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

Shades of Hot Pink #F055BC

Tints of Hot Pink #F055BC

Color information

#F055BC (or 0xF055BC) is unknown color: approx Hot Pink. HEX triplet: F0, 55 and BC. RGB value is (240,85,188). Sum of RGB (Red+Green+Blue) = 240+85+188=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F055BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F055BC is #0FAA43. Grayscale: #8E8E8E. Windows color (decimal): -1026628 or 12342768. OLE color: 12342768.

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

Color convert

RGB24085188-
CMYK00.650.220.06
HSL320.13º83.78%63.73%-
HSV(B)320.13º64.58%94.12%-
XYZ48.2628.6550.56-
YUV143.09153.35197.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.78%
GREEN value IS 85 (33.59% from 255) = 16.57%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=46.78%
G=16.57%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408518800.650.220.06320.1383.7863.73
HexF055BC0411661405440
Octal3601252740101266500124100
Binary11110000101010110111100010000011011011010100000010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F055BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F055BC; }

 p { color: rgb(240,85,188); }

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

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

 a { background-color: rgb(240,85,188); }

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

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

 span { border-color: rgb(240,85,188); }

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