#F66394

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

Shades of Brink Pink #F66394

Tints of Brink Pink #F66394

Color information

#F66394 (or 0xF66394) is unknown color: approx Brink Pink. HEX triplet: F6, 63 and 94. RGB value is (246,99,148). Sum of RGB (Red+Green+Blue) = 246+99+148=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F66394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66394 is #099C6B. Grayscale: #949494. Windows color (decimal): -629868 or 9724918. OLE color: 9724918.

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

Color convert

RGB24699148-
CMYK00.600.400.04
HSL340º89.09%67.65%-
HSV(B)340º59.76%96.47%-
XYZ47.8130.6531.41-
YUV148.54127.7197.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.90%
GREEN value IS 99 (39.06% from 255) = 20.08%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=49.90%
G=20.08%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469914800.600.400.0434089.0967.65
HexF6639403C2841545944
Octal366143224074504524131104
Binary11110110110001110010100011110010100010010101010010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66394; }

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

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

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

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

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

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

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

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