#F570B5

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

Shades of Hot Pink #F570B5

Tints of Hot Pink #F570B5

Color information

#F570B5 (or 0xF570B5) is unknown color: approx Hot Pink. HEX triplet: F5, 70 and B5. RGB value is (245,112,181). Sum of RGB (Red+Green+Blue) = 245+112+181=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F570B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F570B5 is #0A8F4A. Grayscale: #9F9F9F. Windows color (decimal): -692043 or 11890933. OLE color: 11890933.

HSL color Cylindrical-coordinate representation of color #F570B5: hue angle of 328.87º 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 #F570B5 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB245112181-
CMYK00.540.260.04
HSL328.87º86.93%70%-
HSV(B)328.87º54.29%96.08%-
XYZ51.7934.3447.61-
YUV159.63140.06188.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.54%
GREEN value IS 112 (44.14% from 255) = 20.82%
BLUE value IS 181 (71.09% from 255) = 33.64%
R=45.54%
G=20.82%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511218100.540.260.04328.8786.9370
HexF570B50361A41495746
Octal365160265066324511127106
Binary1111010111100001011010101101101101010010100100110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F570B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F570B5; }

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

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

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

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

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

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

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

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