#F45E95

Color #F45E95 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F45E95

Tints of Brilliant Rose #F45E95

Color information

#F45E95 (or 0xF45E95) is unknown color: approx Brilliant Rose. HEX triplet: F4, 5E and 95. RGB value is (244,94,149). Sum of RGB (Red+Green+Blue) = 244+94+149=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F45E95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45E95 is #0BA16A. Grayscale: #919191. Windows color (decimal): -762219 or 9789172. OLE color: 9789172.

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

Color convert

RGB24494149-
CMYK00.610.390.04
HSL338º87.21%66.27%-
HSV(B)338º61.48%95.69%-
XYZ46.7429.4131.65-
YUV145.12130.2198.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.10%
GREEN value IS 94 (37.11% from 255) = 19.30%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=50.10%
G=19.30%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449414900.610.390.0433887.2166.27
HexF45E9503D2741525742
Octal364136225075474522127102
Binary11110100101111010010101011110110011110010101001010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45E95; }

 p { color: rgb(244,94,149); }

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

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

 a { background-color: rgb(244,94,149); }

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

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

 span { border-color: rgb(244,94,149); }

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