#F049A5

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

Shades of Brilliant Rose #F049A5

Tints of Brilliant Rose #F049A5

Color information

#F049A5 (or 0xF049A5) is unknown color: approx Brilliant Rose. HEX triplet: F0, 49 and A5. RGB value is (240,73,165). Sum of RGB (Red+Green+Blue) = 240+73+165=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F049A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F049A5 is #0FB65A. Grayscale: #858585. Windows color (decimal): -1029723 or 10832368. OLE color: 10832368.

HSL color Cylindrical-coordinate representation of color #F049A5: hue angle of 326.95º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F049A5 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB24073165-
CMYK00.700.310.06
HSL326.95º84.77%61.37%-
HSV(B)326.95º69.58%94.12%-
XYZ45.1126.0138.24-
YUV133.42145.83204.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.21%
GREEN value IS 73 (28.91% from 255) = 15.27%
BLUE value IS 165 (64.84% from 255) = 34.52%
R=50.21%
G=15.27%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407316500.700.310.06326.9584.7761.37
HexF049A50461F6147553d
Octal360111245010637650712575
Binary1111000010010011010010101000110111111101010001111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F049A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F049A5; }

 p { color: rgb(240,73,165); }

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

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

 a { background-color: rgb(240,73,165); }

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

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

 span { border-color: rgb(240,73,165); }

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