#F76978

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

Shades of Brink Pink #F76978

Tints of Brink Pink #F76978

Color information

#F76978 (or 0xF76978) is unknown color: approx Brink Pink. HEX triplet: F7, 69 and 78. RGB value is (247,105,120). Sum of RGB (Red+Green+Blue) = 247+105+120=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F76978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76978 is #089687. Grayscale: #959595. Windows color (decimal): -562824 or 7891447. OLE color: 7891447.

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

Color convert

RGB247105120-
CMYK00.570.510.03
HSL353.66º89.87%69.02%-
HSV(B)353.66º57.49%96.86%-
XYZ46.831.2321.33-
YUV149.17111.54197.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.33%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 120 (47.27% from 255) = 25.42%
R=52.33%
G=22.25%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710512000.570.510.03353.6689.8769.02
HexF769780393331625a45
Octal367151170071633542132105
Binary111101111101001111100001110011100111110110001010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76978; }

 p { color: rgb(247,105,120); }

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

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

 a { background-color: rgb(247,105,120); }

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

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

 span { border-color: rgb(247,105,120); }

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