#F66F82

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

Shades of Brink Pink #F66F82

Tints of Brink Pink #F66F82

Color information

#F66F82 (or 0xF66F82) is unknown color: approx Brink Pink. HEX triplet: F6, 6F and 82. RGB value is (246,111,130). Sum of RGB (Red+Green+Blue) = 246+111+130=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66F82 is #09907D. Grayscale: #999999. Windows color (decimal): -626814 or 8548342. OLE color: 8548342.

HSL color Cylindrical-coordinate representation of color #F66F82: hue angle of 351.56º 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 #F66F82 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB246111130-
CMYK00.550.470.04
HSL351.56º88.24%70%-
HSV(B)351.56º54.88%96.47%-
XYZ47.7232.5724.89-
YUV153.53114.73193.96-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.51%
GREEN value IS 111 (43.75% from 255) = 22.79%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=50.51%
G=22.79%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611113000.550.470.04351.5688.2470
HexF66F820372F41605846
Octal366157202067574540130106
Binary11110110110111110000010011011110111110010110000010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66F82; }

 p { color: rgb(246,111,130); }

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

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

 a { background-color: rgb(246,111,130); }

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

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

 span { border-color: rgb(246,111,130); }

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