#F46A85

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

Shades of Brink Pink #F46A85

Tints of Brink Pink #F46A85

Color information

#F46A85 (or 0xF46A85) is unknown color: approx Brink Pink. HEX triplet: F4, 6A and 85. RGB value is (244,106,133). Sum of RGB (Red+Green+Blue) = 244+106+133=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F46A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46A85 is #0B957A. Grayscale: #969696. Windows color (decimal): -759163 or 8743668. OLE color: 8743668.

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

Color convert

RGB244106133-
CMYK00.570.450.04
HSL348.26º86.25%68.63%-
HSV(B)348.26º56.56%95.69%-
XYZ46.731.2325.76-
YUV150.34118.22194.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.52%
GREEN value IS 106 (41.80% from 255) = 21.95%
BLUE value IS 133 (52.34% from 255) = 27.54%
R=50.52%
G=21.95%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410613300.570.450.04348.2686.2568.63
HexF46A850392D415c5645
Octal364152205071554534126105
Binary11110100110101010000101011100110110110010101110010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46A85; }

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

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

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

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

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

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

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

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