#F8668E

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

Shades of Brink Pink #F8668E

Tints of Brink Pink #F8668E

Color information

#F8668E (or 0xF8668E) is unknown color: approx Brink Pink. HEX triplet: F8, 66 and 8E. RGB value is (248,102,142). Sum of RGB (Red+Green+Blue) = 248+102+142=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8668E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8668E is #079971. Grayscale: #969696. Windows color (decimal): -498034 or 9332472. OLE color: 9332472.

HSL color Cylindrical-coordinate representation of color #F8668E: hue angle of 343.56º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F8668E is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB248102142-
CMYK00.590.430.03
HSL343.56º91.25%68.63%-
HSV(B)343.56º58.87%97.25%-
XYZ48.3531.4129.11-
YUV150.21123.37197.75-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.41%
GREEN value IS 102 (40.23% from 255) = 20.73%
BLUE value IS 142 (55.86% from 255) = 28.86%
R=50.41%
G=20.73%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810214200.590.430.03343.5691.2568.63
HexF8668E03B2B31585b45
Octal370146216073533530133105
Binary1111100011001101000111001110111010111110101100010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8668E; }

 p { color: rgb(248,102,142); }

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

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

 a { background-color: rgb(248,102,142); }

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

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

 span { border-color: rgb(248,102,142); }

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