#F66C82

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

Shades of Brink Pink #F66C82

Tints of Brink Pink #F66C82

Color information

#F66C82 (or 0xF66C82) is unknown color: approx Brink Pink. HEX triplet: F6, 6C and 82. RGB value is (246,108,130). Sum of RGB (Red+Green+Blue) = 246+108+130=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66C82 is #09937D. Grayscale: #979797. Windows color (decimal): -627582 or 8547574. OLE color: 8547574.

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

Color convert

RGB246108130-
CMYK00.560.470.04
HSL350.43º88.46%69.41%-
HSV(B)350.43º56.1%96.47%-
XYZ47.431.9324.78-
YUV151.77115.72195.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.83%
GREEN value IS 108 (42.58% from 255) = 22.31%
BLUE value IS 130 (51.17% from 255) = 26.86%
R=50.83%
G=22.31%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610813000.560.470.04350.4388.4669.41
HexF66C820382F415e5845
Octal366154202070574536130105
Binary11110110110110010000010011100010111110010101111010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66C82; }

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

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

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

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

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

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

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

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