#F46685

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

Shades of Brink Pink #F46685

Tints of Brink Pink #F46685

Color information

#F46685 (or 0xF46685) is unknown color: approx Brink Pink. HEX triplet: F4, 66 and 85. RGB value is (244,102,133). Sum of RGB (Red+Green+Blue) = 244+102+133=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F46685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46685 is #0B997A. Grayscale: #949494. Windows color (decimal): -760187 or 8742644. OLE color: 8742644.

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

Color convert

RGB244102133-
CMYK00.580.450.04
HSL346.9º86.59%67.84%-
HSV(B)346.9º58.2%95.69%-
XYZ46.2930.4325.62-
YUV147.99119.54196.48-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.94%
GREEN value IS 102 (40.23% from 255) = 21.29%
BLUE value IS 133 (52.34% from 255) = 27.77%
R=50.94%
G=21.29%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410213300.580.450.04346.986.5967.84
HexF4668503A2D415b5744
Octal364146205072554533127104
Binary11110100110011010000101011101010110110010101101110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46685; }

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

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

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

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

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

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

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

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