#F66491

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

Shades of Brink Pink #F66491

Tints of Brink Pink #F66491

Color information

#F66491 (or 0xF66491) is unknown color: approx Brink Pink. HEX triplet: F6, 64 and 91. RGB value is (246,100,145). Sum of RGB (Red+Green+Blue) = 246+100+145=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F66491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66491 is #099B6E. Grayscale: #949494. Windows color (decimal): -629615 or 9528566. OLE color: 9528566.

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

Color convert

RGB246100145-
CMYK00.590.410.04
HSL341.51º89.02%67.84%-
HSV(B)341.51º59.35%96.47%-
XYZ47.6730.7530.21-
YUV148.78125.87197.34-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.10%
GREEN value IS 100 (39.45% from 255) = 20.37%
BLUE value IS 145 (57.03% from 255) = 29.53%
R=50.10%
G=20.37%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610014500.590.410.04341.5189.0267.84
HexF6649103B2941565944
Octal366144221073514526131104
Binary11110110110010010010001011101110100110010101011010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66491; }

 p { color: rgb(246,100,145); }

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

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

 a { background-color: rgb(246,100,145); }

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

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

 span { border-color: rgb(246,100,145); }

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