#F75C80

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

Shades of Brink Pink #F75C80

Tints of Brink Pink #F75C80

Color information

#F75C80 (or 0xF75C80) is unknown color: approx Brink Pink. HEX triplet: F7, 5C and 80. RGB value is (247,92,128). Sum of RGB (Red+Green+Blue) = 247+92+128=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75C80 is #08A37F. Grayscale: #8E8E8E. Windows color (decimal): -566144 or 8412407. OLE color: 8412407.

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

Color convert

RGB24792128-
CMYK00.630.480.03
HSL346.06º90.64%66.47%-
HSV(B)346.06º62.75%96.86%-
XYZ46.0828.9923.59-
YUV142.45119.85202.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.89%
GREEN value IS 92 (36.33% from 255) = 19.70%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=52.89%
G=19.70%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479212800.630.480.03346.0690.6466.47
HexF75C8003F30315a5b42
Octal367134200077603532133102
Binary1111011110111001000000001111111100001110101101010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75C80; }

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

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

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

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

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

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

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

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