#F46382

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

Shades of Brink Pink #F46382

Tints of Brink Pink #F46382

Color information

#F46382 (or 0xF46382) is unknown color: approx Brink Pink. HEX triplet: F4, 63 and 82. RGB value is (244,99,130). Sum of RGB (Red+Green+Blue) = 244+99+130=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F46382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46382 is #0B9C7D. Grayscale: #919191. Windows color (decimal): -760958 or 8545268. OLE color: 8545268.

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

Color convert

RGB24499130-
CMYK00.590.470.04
HSL347.17º86.83%67.25%-
HSV(B)347.17º59.43%95.69%-
XYZ45.829.7724.45-
YUV145.89119.04197.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.59%
GREEN value IS 99 (39.06% from 255) = 20.93%
BLUE value IS 130 (51.17% from 255) = 27.48%
R=51.59%
G=20.93%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449913000.590.470.04347.1786.8367.25
HexF4638203B2F415b5743
Octal364143202073574533127103
Binary11110100110001110000010011101110111110010101101110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46382; }

 p { color: rgb(244,99,130); }

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

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

 a { background-color: rgb(244,99,130); }

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

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

 span { border-color: rgb(244,99,130); }

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