#F76975

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

Shades of Brink Pink #F76975

Tints of Brink Pink #F76975

Color information

#F76975 (or 0xF76975) is unknown color: approx Brink Pink. HEX triplet: F7, 69 and 75. RGB value is (247,105,117). Sum of RGB (Red+Green+Blue) = 247+105+117=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F76975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76975 is #08968A. Grayscale: #949494. Windows color (decimal): -562827 or 7694839. OLE color: 7694839.

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

Color convert

RGB247105117-
CMYK00.570.530.03
HSL354.93º89.87%69.02%-
HSV(B)354.93º57.49%96.86%-
XYZ46.6231.1620.39-
YUV148.83110.04198.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.67%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=52.67%
G=22.39%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710511700.570.530.03354.9389.8769.02
HexF769750393531635a45
Octal367151165071653543132105
Binary111101111101001111010101110011101011110110001110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76975; }

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

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

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

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

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

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

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

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