#F46A84

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

Shades of Brink Pink #F46A84

Tints of Brink Pink #F46A84

Color information

#F46A84 (or 0xF46A84) is unknown color: approx Brink Pink. HEX triplet: F4, 6A and 84. RGB value is (244,106,132). Sum of RGB (Red+Green+Blue) = 244+106+132=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F46A84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46A84 is #0B957B. Grayscale: #969696. Windows color (decimal): -759164 or 8678132. OLE color: 8678132.

HSL color Cylindrical-coordinate representation of color #F46A84: hue angle of 348.7º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F46A84 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB244106132-
CMYK00.570.460.04
HSL348.7º86.25%68.63%-
HSV(B)348.7º56.56%95.69%-
XYZ46.6331.2125.4-
YUV150.23117.72194.89-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.62%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=50.62%
G=21.99%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410613200.570.460.04348.786.2568.63
HexF46A840392E415d5645
Octal364152204071564535126105
Binary11110100110101010000100011100110111010010101110110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46A84; }

 p { color: rgb(244,106,132); }

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

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

 a { background-color: rgb(244,106,132); }

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

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

 span { border-color: rgb(244,106,132); }

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