#F66390

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

Shades of Brink Pink #F66390

Tints of Brink Pink #F66390

Color information

#F66390 (or 0xF66390) is unknown color: approx Brink Pink. HEX triplet: F6, 63 and 90. RGB value is (246,99,144). Sum of RGB (Red+Green+Blue) = 246+99+144=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F66390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66390 is #099C6F. Grayscale: #949494. Windows color (decimal): -629872 or 9462774. OLE color: 9462774.

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

Color convert

RGB24699144-
CMYK00.600.410.04
HSL341.63º89.09%67.65%-
HSV(B)341.63º59.76%96.47%-
XYZ47.530.5329.77-
YUV148.08125.7197.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.31%
GREEN value IS 99 (39.06% from 255) = 20.25%
BLUE value IS 144 (56.64% from 255) = 29.45%
R=50.31%
G=20.25%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469914400.600.410.04341.6389.0967.65
HexF6639003C2941565944
Octal366143220074514526131104
Binary11110110110001110010000011110010100110010101011010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66390; }

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

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

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

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

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

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

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

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