#F46491

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

Shades of Brink Pink #F46491

Tints of Brink Pink #F46491

Color information

#F46491 (or 0xF46491) is unknown color: approx Brink Pink. HEX triplet: F4, 64 and 91. RGB value is (244,100,145). Sum of RGB (Red+Green+Blue) = 244+100+145=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F46491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46491 is #0B9B6E. Grayscale: #949494. Windows color (decimal): -760687 or 9528564. OLE color: 9528564.

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

Color convert

RGB244100145-
CMYK00.590.410.04
HSL341.25º86.75%67.45%-
HSV(B)341.25º59.02%95.69%-
XYZ46.9830.3930.18-
YUV148.19126.21196.34-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.90%
GREEN value IS 100 (39.45% from 255) = 20.45%
BLUE value IS 145 (57.03% from 255) = 29.65%
R=49.90%
G=20.45%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410014500.590.410.04341.2586.7567.45
HexF4649103B2941555743
Octal364144221073514525127103
Binary11110100110010010010001011101110100110010101010110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46491; }

 p { color: rgb(244,100,145); }

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

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

 a { background-color: rgb(244,100,145); }

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

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

 span { border-color: rgb(244,100,145); }

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