#F75EBA

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

Shades of Hot Pink #F75EBA

Tints of Hot Pink #F75EBA

Color information

#F75EBA (or 0xF75EBA) is unknown color: approx Hot Pink. HEX triplet: F7, 5E and BA. RGB value is (247,94,186). Sum of RGB (Red+Green+Blue) = 247+94+186=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F75EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75EBA is #08A145. Grayscale: #969696. Windows color (decimal): -565574 or 12214007. OLE color: 12214007.

HSL color Cylindrical-coordinate representation of color #F75EBA: hue angle of 323.92º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75EBA is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB24794186-
CMYK00.620.250.03
HSL323.92º90.53%66.86%-
HSV(B)323.92º61.94%96.86%-
XYZ51.2231.3249.8-
YUV150.24148.19197.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.87%
GREEN value IS 94 (37.11% from 255) = 17.84%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=46.87%
G=17.84%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479418600.620.250.03323.9290.5366.86
HexF75EBA03E1931445b43
Octal367136272076313504133103
Binary111101111011110101110100111110110011110100010010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75EBA; }

 p { color: rgb(247,94,186); }

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

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

 a { background-color: rgb(247,94,186); }

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

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

 span { border-color: rgb(247,94,186); }

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