#F8717E

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

Shades of Brink Pink #F8717E

Tints of Brink Pink #F8717E

Color information

#F8717E (or 0xF8717E) is unknown color: approx Brink Pink. HEX triplet: F8, 71 and 7E. RGB value is (248,113,126). Sum of RGB (Red+Green+Blue) = 248+113+126=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8717E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8717E is #078E81. Grayscale: #9A9A9A. Windows color (decimal): -495234 or 8286712. OLE color: 8286712.

HSL color Cylindrical-coordinate representation of color #F8717E: hue angle of 354.22º degrees, saturation: 0.91, 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 #F8717E is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB248113126-
CMYK00.540.490.03
HSL354.22º90.6%70.78%-
HSV(B)354.22º54.44%97.25%-
XYZ48.3833.2723.61-
YUV154.85111.73194.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.92%
GREEN value IS 113 (44.53% from 255) = 23.20%
BLUE value IS 126 (49.61% from 255) = 25.87%
R=50.92%
G=23.20%
B=25.87%

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
Decimal24811312600.540.490.03354.2290.670.78
HexF8717E0363131625b47
Octal370161176066613542133107
Binary111110001110001111111001101101100011110110001010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8717E; }

 p { color: rgb(248,113,126); }

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

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

 a { background-color: rgb(248,113,126); }

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

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

 span { border-color: rgb(248,113,126); }

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