#F45781

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

Shades of Brink Pink #F45781

Tints of Brink Pink #F45781

Color information

#F45781 (or 0xF45781) is unknown color: approx Brink Pink. HEX triplet: F4, 57 and 81. RGB value is (244,87,129). Sum of RGB (Red+Green+Blue) = 244+87+129=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F45781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45781 is #0BA87E. Grayscale: #8A8A8A. Windows color (decimal): -764031 or 8476660. OLE color: 8476660.

HSL color Cylindrical-coordinate representation of color #F45781: hue angle of 343.95º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F45781 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB24487129-
CMYK00.640.470.04
HSL343.95º87.71%64.9%-
HSV(B)343.95º64.34%95.69%-
XYZ44.6827.6323.75-
YUV138.73122.51203.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.04%
GREEN value IS 87 (34.38% from 255) = 18.91%
BLUE value IS 129 (50.78% from 255) = 28.04%
R=53.04%
G=18.91%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448712900.640.470.04343.9587.7164.9
HexF457810402F41585841
Octal3641272010100574530130101
Binary111101001010111100000010100000010111110010101100010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45781; }

 p { color: rgb(244,87,129); }

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

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

 a { background-color: rgb(244,87,129); }

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

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

 span { border-color: rgb(244,87,129); }

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