#F75782

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

Shades of Brink Pink #F75782

Tints of Brink Pink #F75782

Color information

#F75782 (or 0xF75782) is unknown color: approx Brink Pink. HEX triplet: F7, 57 and 82. RGB value is (247,87,130). Sum of RGB (Red+Green+Blue) = 247+87+130=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F75782 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75782 is #08A87D. Grayscale: #8B8B8B. Windows color (decimal): -567422 or 8542199. OLE color: 8542199.

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

Color convert

RGB24787130-
CMYK00.650.470.03
HSL343.88º90.91%65.49%-
HSV(B)343.88º64.78%96.86%-
XYZ45.828.224.15-
YUV139.74122.51204.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.23%
GREEN value IS 87 (34.38% from 255) = 18.75%
BLUE value IS 130 (51.17% from 255) = 28.02%
R=53.23%
G=18.75%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478713000.650.470.03343.8890.9165.49
HexF757820412F31585b41
Octal3671272020101573530133101
Binary11110111101011110000010010000011011111110101100010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75782; }

 p { color: rgb(247,87,130); }

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

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

 a { background-color: rgb(247,87,130); }

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

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

 span { border-color: rgb(247,87,130); }

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