#F76C7A

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

Shades of Brink Pink #F76C7A

Tints of Brink Pink #F76C7A

Color information

#F76C7A (or 0xF76C7A) is unknown color: approx Brink Pink. HEX triplet: F7, 6C and 7A. RGB value is (247,108,122). Sum of RGB (Red+Green+Blue) = 247+108+122=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76C7A is #089385. Grayscale: #979797. Windows color (decimal): -562054 or 8023287. OLE color: 8023287.

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

Color convert

RGB247108122-
CMYK00.560.510.03
HSL353.96º89.68%69.61%-
HSV(B)353.96º56.28%96.86%-
XYZ47.2331.922.08-
YUV151.16111.55196.36-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.78%
GREEN value IS 108 (42.58% from 255) = 22.64%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=51.78%
G=22.64%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710812200.560.510.03353.9689.6869.61
HexF76C7A0383331625a46
Octal367154172070633542132106
Binary111101111101100111101001110001100111110110001010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76C7A; }

 p { color: rgb(247,108,122); }

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

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

 a { background-color: rgb(247,108,122); }

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

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

 span { border-color: rgb(247,108,122); }

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