#F8728A

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

Shades of Brink Pink #F8728A

Tints of Brink Pink #F8728A

Color information

#F8728A (or 0xF8728A) is unknown color: approx Brink Pink. HEX triplet: F8, 72 and 8A. RGB value is (248,114,138). Sum of RGB (Red+Green+Blue) = 248+114+138=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8728A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8728A is #078D75. Grayscale: #9C9C9C. Windows color (decimal): -494966 or 9073400. OLE color: 9073400.

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

Color convert

RGB248114138-
CMYK00.540.440.03
HSL349.25º90.54%70.98%-
HSV(B)349.25º54.03%97.25%-
XYZ49.3233.8327.97-
YUV156.8117.39193.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.6%
GREEN value IS 114 (44.92% from 255) = 22.8%
BLUE value IS 138 (54.30% from 255) = 27.6%
R=49.6%
G=22.8%
B=27.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811413800.540.440.03349.2590.5470.98
HexF8728A0362C315d5b47
Octal370162212066543535133107
Binary1111100011100101000101001101101011001110101110110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8728A; }

 p { color: rgb(248,114,138); }

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

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

 a { background-color: rgb(248,114,138); }

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

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

 span { border-color: rgb(248,114,138); }

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