#F45F7F

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

Shades of Brink Pink #F45F7F

Tints of Brink Pink #F45F7F

Color information

#F45F7F (or 0xF45F7F) is unknown color: approx Brink Pink. HEX triplet: F4, 5F and 7F. RGB value is (244,95,127). Sum of RGB (Red+Green+Blue) = 244+95+127=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F45F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45F7F is #0BA080. Grayscale: #8F8F8F. Windows color (decimal): -761985 or 8347636. OLE color: 8347636.

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

Color convert

RGB24495127-
CMYK00.610.480.04
HSL347.11º87.13%66.47%-
HSV(B)347.11º61.07%95.69%-
XYZ45.2328.9523.28-
YUV143.2118.86199.9-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.36%
GREEN value IS 95 (37.5% from 255) = 20.39%
BLUE value IS 127 (50% from 255) = 27.25%
R=52.36%
G=20.39%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449512700.610.480.04347.1187.1366.47
HexF45F7F03D30415b5742
Octal364137177075604533127102
Binary1111010010111111111111011110111000010010101101110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45F7F; }

 p { color: rgb(244,95,127); }

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

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

 a { background-color: rgb(244,95,127); }

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

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

 span { border-color: rgb(244,95,127); }

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