#F45F9E

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

Shades of Brilliant Rose #F45F9E

Tints of Brilliant Rose #F45F9E

Color information

#F45F9E (or 0xF45F9E) is unknown color: approx Brilliant Rose. HEX triplet: F4, 5F and 9E. RGB value is (244,95,158). Sum of RGB (Red+Green+Blue) = 244+95+158=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F45F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45F9E is #0BA061. Grayscale: #929292. Windows color (decimal): -761954 or 10379252. OLE color: 10379252.

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

Color convert

RGB24495158-
CMYK00.610.350.04
HSL334.63º87.13%66.47%-
HSV(B)334.63º61.07%95.69%-
XYZ47.5729.8935.61-
YUV146.73134.36197.38-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.09%
GREEN value IS 95 (37.5% from 255) = 19.11%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=49.09%
G=19.11%
B=31.79%

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
Decimal2449515800.610.350.04334.6387.1366.47
HexF45F9E03D23414f5742
Octal364137236075434517127102
Binary11110100101111110011110011110110001110010100111110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45F9E; }

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

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

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

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

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

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

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

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