#F549AF

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

Shades of Brilliant Rose #F549AF

Tints of Brilliant Rose #F549AF

Color information

#F549AF (or 0xF549AF) is unknown color: approx Brilliant Rose. HEX triplet: F5, 49 and AF. RGB value is (245,73,175). Sum of RGB (Red+Green+Blue) = 245+73+175=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F549AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F549AF is #0AB650. Grayscale: #878787. Windows color (decimal): -702033 or 11487733. OLE color: 11487733.

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

Color convert

RGB24573175-
CMYK00.700.290.04
HSL324.42º89.58%62.35%-
HSV(B)324.42º70.2%96.08%-
XYZ47.7827.2743.3-
YUV136.06149.98205.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.70%
GREEN value IS 73 (28.91% from 255) = 14.81%
BLUE value IS 175 (68.75% from 255) = 35.50%
R=49.70%
G=14.81%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457317500.700.290.04324.4289.5862.35
HexF549AF0461D41445a3e
Octal365111257010635450413276
Binary1111010110010011010111101000110111011001010001001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F549AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F549AF; }

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

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

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

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

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

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

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

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