#F45E9E

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

Shades of Brilliant Rose #F45E9E

Tints of Brilliant Rose #F45E9E

Color information

#F45E9E (or 0xF45E9E) is unknown color: approx Brilliant Rose. HEX triplet: F4, 5E and 9E. RGB value is (244,94,158). Sum of RGB (Red+Green+Blue) = 244+94+158=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F45E9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45E9E is #0BA161. Grayscale: #929292. Windows color (decimal): -762210 or 10378996. OLE color: 10378996.

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

Color convert

RGB24494158-
CMYK00.610.350.04
HSL334.4º87.21%66.27%-
HSV(B)334.4º61.48%95.69%-
XYZ47.4829.7135.58-
YUV146.15134.7197.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.19%
GREEN value IS 94 (37.11% from 255) = 18.95%
BLUE value IS 158 (62.11% from 255) = 31.85%
R=49.19%
G=18.95%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449415800.610.350.04334.487.2166.27
HexF45E9E03D23414e5742
Octal364136236075434516127102
Binary11110100101111010011110011110110001110010100111010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45E9E; }

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

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

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

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

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

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

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

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