#F570BB

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

Shades of Hot Pink #F570BB

Tints of Hot Pink #F570BB

Color information

#F570BB (or 0xF570BB) is unknown color: approx Hot Pink. HEX triplet: F5, 70 and BB. RGB value is (245,112,187). Sum of RGB (Red+Green+Blue) = 245+112+187=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F570BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F570BB is #0A8F44. Grayscale: #A0A0A0. Windows color (decimal): -692037 or 12284149. OLE color: 12284149.

HSL color Cylindrical-coordinate representation of color #F570BB: hue angle of 326.17º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F570BB is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245112187-
CMYK00.540.240.04
HSL326.17º86.93%70%-
HSV(B)326.17º54.29%96.08%-
XYZ52.4234.5950.93-
YUV160.32143.06188.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.04%
GREEN value IS 112 (44.14% from 255) = 20.59%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=45.04%
G=20.59%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511218700.540.240.04326.1786.9370
HexF570BB0361841465746
Octal365160273066304506127106
Binary1111010111100001011101101101101100010010100011010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F570BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F570BB; }

 p { color: rgb(245,112,187); }

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

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

 a { background-color: rgb(245,112,187); }

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

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

 span { border-color: rgb(245,112,187); }

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