#F75FB6

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

Shades of Hot Pink #F75FB6

Tints of Hot Pink #F75FB6

Color information

#F75FB6 (or 0xF75FB6) is unknown color: approx Hot Pink. HEX triplet: F7, 5F and B6. RGB value is (247,95,182). Sum of RGB (Red+Green+Blue) = 247+95+182=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75FB6 is #08A049. Grayscale: #969696. Windows color (decimal): -565322 or 11952119. OLE color: 11952119.

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

Color convert

RGB24795182-
CMYK00.620.260.03
HSL325.66º90.48%67.06%-
HSV(B)325.66º61.54%96.86%-
XYZ50.8931.3447.62-
YUV150.37145.86196.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.14%
GREEN value IS 95 (37.5% from 255) = 18.13%
BLUE value IS 182 (71.48% from 255) = 34.73%
R=47.14%
G=18.13%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479518200.620.260.03325.6690.4867.06
HexF75FB603E1A31465a43
Octal367137266076323506132103
Binary111101111011111101101100111110110101110100011010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75FB6; }

 p { color: rgb(247,95,182); }

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

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

 a { background-color: rgb(247,95,182); }

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

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

 span { border-color: rgb(247,95,182); }

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