#F555BE

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

Shades of Hot Pink #F555BE

Tints of Hot Pink #F555BE

Color information

#F555BE (or 0xF555BE) is unknown color: approx Hot Pink. HEX triplet: F5, 55 and BE. RGB value is (245,85,190). Sum of RGB (Red+Green+Blue) = 245+85+190=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F555BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F555BE is #0AAA41. Grayscale: #909090. Windows color (decimal): -698946 or 12473845. OLE color: 12473845.

HSL color Cylindrical-coordinate representation of color #F555BE: hue angle of 320.62º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F555BE is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB24585190-
CMYK00.650.220.04
HSL320.62º88.89%64.71%-
HSV(B)320.62º65.31%96.08%-
XYZ50.229.6351.79-
YUV144.81153.51199.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.12%
GREEN value IS 85 (33.59% from 255) = 16.35%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=47.12%
G=16.35%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458519000.650.220.04320.6288.8964.71
HexF555BE0411641415941
Octal3651252760101264501131101
Binary11110101101010110111110010000011011010010100000110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F555BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F555BE; }

 p { color: rgb(245,85,190); }

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

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

 a { background-color: rgb(245,85,190); }

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

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

 span { border-color: rgb(245,85,190); }

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