#F66E7E

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

Shades of Brink Pink #F66E7E

Tints of Brink Pink #F66E7E

Color information

#F66E7E (or 0xF66E7E) is unknown color: approx Brink Pink. HEX triplet: F6, 6E and 7E. RGB value is (246,110,126). Sum of RGB (Red+Green+Blue) = 246+110+126=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F66E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66E7E is #099181. Grayscale: #989898. Windows color (decimal): -627074 or 8285942. OLE color: 8285942.

HSL color Cylindrical-coordinate representation of color #F66E7E: hue angle of 352.94º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F66E7E is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB246110126-
CMYK00.550.490.04
HSL352.94º88.31%69.8%-
HSV(B)352.94º55.28%96.47%-
XYZ47.3532.2523.47-
YUV152.49113.06194.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.04%
GREEN value IS 110 (43.36% from 255) = 22.82%
BLUE value IS 126 (49.61% from 255) = 26.14%
R=51.04%
G=22.82%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611012600.550.490.04352.9488.3169.8
HexF66E7E0373141615846
Octal366156176067614541130106
Binary1111011011011101111110011011111000110010110000110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66E7E; }

 p { color: rgb(246,110,126); }

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

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

 a { background-color: rgb(246,110,126); }

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

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

 span { border-color: rgb(246,110,126); }

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