#F66B83

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

Shades of Brink Pink #F66B83

Tints of Brink Pink #F66B83

Color information

#F66B83 (or 0xF66B83) is unknown color: approx Brink Pink. HEX triplet: F6, 6B and 83. RGB value is (246,107,131). Sum of RGB (Red+Green+Blue) = 246+107+131=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F66B83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66B83 is #09947C. Grayscale: #979797. Windows color (decimal): -627837 or 8612854. OLE color: 8612854.

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

Color convert

RGB246107131-
CMYK00.570.470.04
HSL349.64º88.54%69.22%-
HSV(B)349.64º56.5%96.47%-
XYZ47.3631.7525.1-
YUV151.3116.55195.55-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.83%
GREEN value IS 107 (42.19% from 255) = 22.11%
BLUE value IS 131 (51.56% from 255) = 27.07%
R=50.83%
G=22.11%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610713100.570.470.04349.6488.5469.22
HexF66B830392F415e5945
Octal366153203071574536131105
Binary11110110110101110000011011100110111110010101111010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66B83; }

 p { color: rgb(246,107,131); }

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

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

 a { background-color: rgb(246,107,131); }

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

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

 span { border-color: rgb(246,107,131); }

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