#F66380

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

Shades of Brink Pink #F66380

Tints of Brink Pink #F66380

Color information

#F66380 (or 0xF66380) is unknown color: approx Brink Pink. HEX triplet: F6, 63 and 80. RGB value is (246,99,128). Sum of RGB (Red+Green+Blue) = 246+99+128=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F66380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66380 is #099C7F. Grayscale: #929292. Windows color (decimal): -629888 or 8414198. OLE color: 8414198.

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

Color convert

RGB24699128-
CMYK00.600.480.04
HSL348.16º89.09%67.65%-
HSV(B)348.16º59.76%96.47%-
XYZ46.3630.0823.78-
YUV146.26117.7199.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.01%
GREEN value IS 99 (39.06% from 255) = 20.93%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=52.01%
G=20.93%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469912800.600.480.04348.1689.0967.65
HexF6638003C30415c5944
Octal366143200074604534131104
Binary11110110110001110000000011110011000010010101110010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66380; }

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

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

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

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

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

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

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

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