#f473b2

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

Shades of Hot Pink #F473B2

Tints of Hot Pink #F473B2

Color information

#F473B2 (or 0xF473B2) is unknown color: approx Hot Pink. HEX triplet: F4, 73 and B2. RGB value is (244,115,178). Sum of RGB (Red+Green+Blue) = 244+115+178=537 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.44% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 244 - color contains mainly: red. Hex color #F473B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F473B2 is #0B8C4D. Grayscale: #A0A0A0. Windows color (decimal): -756814 or 11695092. OLE color: 11695092.

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

Color convert

RGB244115178-
CMYK00.530.270.04
HSL330.7º85.43%70.39%-
HSV(B)330.7º52.87%95.69%-
XYZ51.4734.7146.11-
YUV160.75137.74187.38-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.44%
GREEN value IS 115 (45.31% from 255) = 21.42%
BLUE value IS 178 (69.92% from 255) = 33.15%
R=45.44%
G=21.42%
B=33.15%

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
Decimal24411517800.530.270.04330.785.4370.39
HexF473B20351B414b5546
Octal364163262065334513125106
Binary1111010011100111011001001101011101110010100101110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f473b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f473b2; }

 p { color: rgb(244,115,178); }

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

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

 a { background-color: rgb(244,115,178); }

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

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

 span { border-color: rgb(244,115,178); }

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