#F760BC

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

Shades of Hot Pink #F760BC

Tints of Hot Pink #F760BC

Color information

#F760BC (or 0xF760BC) is unknown color: approx Hot Pink. HEX triplet: F7, 60 and BC. RGB value is (247,96,188). Sum of RGB (Red+Green+Blue) = 247+96+188=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F760BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760BC is #089F43. Grayscale: #979797. Windows color (decimal): -565060 or 12345591. OLE color: 12345591.

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

Color convert

RGB24796188-
CMYK00.610.240.03
HSL323.44º90.42%67.25%-
HSV(B)323.44º61.13%96.86%-
XYZ51.6231.7750.99-
YUV151.64148.53196.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.52%
GREEN value IS 96 (37.89% from 255) = 18.08%
BLUE value IS 188 (73.83% from 255) = 35.40%
R=46.52%
G=18.08%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479618800.610.240.03323.4490.4267.25
HexF760BC03D1831435a43
Octal367140274075303503132103
Binary111101111100000101111000111101110001110100001110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F760BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F760BC; }

 p { color: rgb(247,96,188); }

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

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

 a { background-color: rgb(247,96,188); }

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

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

 span { border-color: rgb(247,96,188); }

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