#F574B4

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

Shades of Hot Pink #F574B4

Tints of Hot Pink #F574B4

Color information

#F574B4 (or 0xF574B4) is unknown color: approx Hot Pink. HEX triplet: F5, 74 and B4. RGB value is (245,116,180). Sum of RGB (Red+Green+Blue) = 245+116+180=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F574B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F574B4 is #0A8B4B. Grayscale: #A1A1A1. Windows color (decimal): -691020 or 11826421. OLE color: 11826421.

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

Color convert

RGB245116180-
CMYK00.530.270.04
HSL330.23º86.58%70.78%-
HSV(B)330.23º52.65%96.08%-
XYZ52.1435.247.23-
YUV161.87138.24187.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.29%
GREEN value IS 116 (45.70% from 255) = 21.44%
BLUE value IS 180 (70.70% from 255) = 33.27%
R=45.29%
G=21.44%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511618000.530.270.04330.2386.5870.78
HexF574B40351B414a5747
Octal365164264065334512127107
Binary1111010111101001011010001101011101110010100101010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F574B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F574B4; }

 p { color: rgb(245,116,180); }

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

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

 a { background-color: rgb(245,116,180); }

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

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

 span { border-color: rgb(245,116,180); }

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