#F46A7C

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

Shades of Brink Pink #F46A7C

Tints of Brink Pink #F46A7C

Color information

#F46A7C (or 0xF46A7C) is unknown color: approx Brink Pink. HEX triplet: F4, 6A and 7C. RGB value is (244,106,124). Sum of RGB (Red+Green+Blue) = 244+106+124=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F46A7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46A7C is #0B9583. Grayscale: #959595. Windows color (decimal): -759172 or 8153844. OLE color: 8153844.

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

Color convert

RGB244106124-
CMYK00.570.490.04
HSL352.17º86.25%68.63%-
HSV(B)352.17º56.56%95.69%-
XYZ46.13122.62-
YUV149.31113.72195.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.48%
GREEN value IS 106 (41.80% from 255) = 22.36%
BLUE value IS 124 (48.83% from 255) = 26.16%
R=51.48%
G=22.36%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410612400.570.490.04352.1786.2568.63
HexF46A7C0393141605645
Octal364152174071614540126105
Binary1111010011010101111100011100111000110010110000010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46A7C; }

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

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

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

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

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

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

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

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