#F75DBE

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

Shades of Hot Pink #F75DBE

Tints of Hot Pink #F75DBE

Color information

#F75DBE (or 0xF75DBE) is unknown color: approx Hot Pink. HEX triplet: F7, 5D and BE. RGB value is (247,93,190). Sum of RGB (Red+Green+Blue) = 247+93+190=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75DBE is #08A241. Grayscale: #959595. Windows color (decimal): -565826 or 12475895. OLE color: 12475895.

HSL color Cylindrical-coordinate representation of color #F75DBE: hue angle of 322.21º 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 #F75DBE is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB24793190-
CMYK00.620.230.03
HSL322.21º90.59%66.67%-
HSV(B)322.21º62.35%96.86%-
XYZ51.5731.3252.04-
YUV150.1150.52197.11-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.60%
GREEN value IS 93 (36.72% from 255) = 17.55%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=46.60%
G=17.55%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479319000.620.230.03322.2190.5966.67
HexF75DBE03E1731425b43
Octal367135276076273502133103
Binary111101111011101101111100111110101111110100001010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75DBE; }

 p { color: rgb(247,93,190); }

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

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

 a { background-color: rgb(247,93,190); }

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

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

 span { border-color: rgb(247,93,190); }

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