#f45f9b

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

Shades of Brilliant Rose #F45F9B

Tints of Brilliant Rose #F45F9B

Color information

#F45F9B (or 0xF45F9B) is unknown color: approx Brilliant Rose. HEX triplet: F4, 5F and 9B. RGB value is (244,95,155). Sum of RGB (Red+Green+Blue) = 244+95+155=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F45F9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45F9B is #0BA064. Grayscale: #929292. Windows color (decimal): -761957 or 10182644. OLE color: 10182644.

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

Color convert

RGB24495155-
CMYK00.610.360.04
HSL335.84º87.13%66.47%-
HSV(B)335.84º61.07%95.69%-
XYZ47.3229.7834.27-
YUV146.39132.86197.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.39%
GREEN value IS 95 (37.5% from 255) = 19.23%
BLUE value IS 155 (60.94% from 255) = 31.38%
R=49.39%
G=19.23%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449515500.610.360.04335.8487.1366.47
HexF45F9B03D2441505742
Octal364137233075444520127102
Binary11110100101111110011011011110110010010010101000010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f45f9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f45f9b; }

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

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

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

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

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

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

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

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