#F66490

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

Shades of Brink Pink #F66490

Tints of Brink Pink #F66490

Color information

#F66490 (or 0xF66490) is unknown color: approx Brink Pink. HEX triplet: F6, 64 and 90. RGB value is (246,100,144). Sum of RGB (Red+Green+Blue) = 246+100+144=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F66490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66490 is #099B6F. Grayscale: #949494. Windows color (decimal): -629616 or 9463030. OLE color: 9463030.

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

Color convert

RGB246100144-
CMYK00.590.410.04
HSL341.92º89.02%67.84%-
HSV(B)341.92º59.35%96.47%-
XYZ47.630.7229.81-
YUV148.67125.37197.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.20%
GREEN value IS 100 (39.45% from 255) = 20.41%
BLUE value IS 144 (56.64% from 255) = 29.39%
R=50.20%
G=20.41%
B=29.39%

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
Decimal24610014400.590.410.04341.9289.0267.84
HexF6649003B2941565944
Octal366144220073514526131104
Binary11110110110010010010000011101110100110010101011010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66490; }

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

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

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

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

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

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

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

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