#F75F80

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

Shades of Brink Pink #F75F80

Tints of Brink Pink #F75F80

Color information

#F75F80 (or 0xF75F80) is unknown color: approx Brink Pink. HEX triplet: F7, 5F and 80. RGB value is (247,95,128). Sum of RGB (Red+Green+Blue) = 247+95+128=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F75F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75F80 is #08A07F. Grayscale: #909090. Windows color (decimal): -565376 or 8413175. OLE color: 8413175.

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

Color convert

RGB24795128-
CMYK00.620.480.03
HSL346.97º90.48%67.06%-
HSV(B)346.97º61.54%96.86%-
XYZ46.3529.5223.68-
YUV144.21118.86201.32-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.55%
GREEN value IS 95 (37.5% from 255) = 20.21%
BLUE value IS 128 (50.39% from 255) = 27.23%
R=52.55%
G=20.21%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479512800.620.480.03346.9790.4867.06
HexF75F8003E30315b5a43
Octal367137200076603533132103
Binary1111011110111111000000001111101100001110101101110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75F80; }

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

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

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

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

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

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

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

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