#F76381

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

Shades of Brink Pink #F76381

Tints of Brink Pink #F76381

Color information

#F76381 (or 0xF76381) is unknown color: approx Brink Pink. HEX triplet: F7, 63 and 81. RGB value is (247,99,129). Sum of RGB (Red+Green+Blue) = 247+99+129=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F76381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76381 is #089C7E. Grayscale: #929292. Windows color (decimal): -564351 or 8479735. OLE color: 8479735.

HSL color Cylindrical-coordinate representation of color #F76381: hue angle of 347.84º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F76381 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB24799129-
CMYK00.600.480.03
HSL347.84º90.24%67.84%-
HSV(B)347.84º59.92%96.86%-
XYZ46.7830.2824.15-
YUV146.67118.03199.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52%
GREEN value IS 99 (39.06% from 255) = 20.84%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=52%
G=20.84%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479912900.600.480.03347.8490.2467.84
HexF7638103C30315c5a44
Octal367143201074603534132104
Binary1111011111000111000000101111001100001110101110010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76381; }

 p { color: rgb(247,99,129); }

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

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

 a { background-color: rgb(247,99,129); }

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

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

 span { border-color: rgb(247,99,129); }

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