#F7717F

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

Shades of Brink Pink #F7717F

Tints of Brink Pink #F7717F

Color information

#F7717F (or 0xF7717F) is unknown color: approx Brink Pink. HEX triplet: F7, 71 and 7F. RGB value is (247,113,127). Sum of RGB (Red+Green+Blue) = 247+113+127=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F7717F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7717F is #088E80. Grayscale: #9A9A9A. Windows color (decimal): -560769 or 8352247. OLE color: 8352247.

HSL color Cylindrical-coordinate representation of color #F7717F: hue angle of 353.73º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F7717F is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB247113127-
CMYK00.540.490.03
HSL353.73º89.33%70.59%-
HSV(B)353.73º54.25%96.86%-
XYZ48.0933.1223.94-
YUV154.66112.39193.86-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.72%
GREEN value IS 113 (44.53% from 255) = 23.20%
BLUE value IS 127 (50% from 255) = 26.08%
R=50.72%
G=23.20%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711312700.540.490.03353.7389.3370.59
HexF7717F0363131625947
Octal367161177066613542131107
Binary111101111110001111111101101101100011110110001010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7717F; }

 p { color: rgb(247,113,127); }

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

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

 a { background-color: rgb(247,113,127); }

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

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

 span { border-color: rgb(247,113,127); }

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