#F475B1

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

Shades of Hot Pink #F475B1

Tints of Hot Pink #F475B1

Color information

#F475B1 (or 0xF475B1) is unknown color: approx Hot Pink. HEX triplet: F4, 75 and B1. RGB value is (244,117,177). Sum of RGB (Red+Green+Blue) = 244+117+177=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F475B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F475B1 is #0B8A4E. Grayscale: #A1A1A1. Windows color (decimal): -756303 or 11630068. OLE color: 11630068.

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

Color convert

RGB244117177-
CMYK00.520.270.04
HSL331.65º85.23%70.78%-
HSV(B)331.65º52.05%95.69%-
XYZ51.6135.1345.66-
YUV161.81136.58186.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.35%
GREEN value IS 117 (46.09% from 255) = 21.75%
BLUE value IS 177 (69.53% from 255) = 32.90%
R=45.35%
G=21.75%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411717700.520.270.04331.6585.2370.78
HexF475B10341B414c5547
Octal364165261064334514125107
Binary1111010011101011011000101101001101110010100110010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F475B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F475B1; }

 p { color: rgb(244,117,177); }

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

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

 a { background-color: rgb(244,117,177); }

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

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

 span { border-color: rgb(244,117,177); }

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