#F549B3

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

Shades of Brilliant Rose #F549B3

Tints of Brilliant Rose #F549B3

Color information

#F549B3 (or 0xF549B3) is unknown color: approx Brilliant Rose. HEX triplet: F5, 49 and B3. RGB value is (245,73,179). Sum of RGB (Red+Green+Blue) = 245+73+179=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F549B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F549B3 is #0AB64C. Grayscale: #888888. Windows color (decimal): -702029 or 11749877. OLE color: 11749877.

HSL color Cylindrical-coordinate representation of color #F549B3: hue angle of 323.02º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F549B3 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB24573179-
CMYK00.700.270.04
HSL323.02º89.58%62.35%-
HSV(B)323.02º70.2%96.08%-
XYZ48.1827.4345.4-
YUV136.51151.98205.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.30%
GREEN value IS 73 (28.91% from 255) = 14.69%
BLUE value IS 179 (70.31% from 255) = 36.02%
R=49.30%
G=14.69%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457317900.700.270.04323.0289.5862.35
HexF549B30461B41435a3e
Octal365111263010633450313276
Binary1111010110010011011001101000110110111001010000111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F549B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F549B3; }

 p { color: rgb(245,73,179); }

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

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

 a { background-color: rgb(245,73,179); }

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

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

 span { border-color: rgb(245,73,179); }

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