Html Css Color HEX #F549A5 Brilliant Rose

📋 copy color: '#F549A5'

red 245 ◦ green 73 ◦ blue 165

#F549A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F549A5

Tints of Brilliant Rose #F549A5

RGB

 RED value IS 245 (96.09% from 255) = 50.72%

 GREEN value IS 73 (28.91% from 255) = 15.11%

 BLUE value IS 165 (64.84% from 255) = 34.16%

R = 50.72%
G = 15.11%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F549A5 (or 0xF549A5) is known color: Brilliant Rose. HEX triplet: F5, 49 and A5. RGB value is (245,73,165). Sum of RGB (Red+Green+Blue) = 245+73+165=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F549A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F549A5 is #0AB65A. Grayscale: #868686. Windows color (decimal): -702043 or 10832373. OLE color: 10832373.

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

Color convert

RGB 245 73 165 -
CMYK 0 0.70 0.33 0.04
HSL 327.91º 0.9% 0.62% -
HSV(B) 327.91º 0.7% 0.96% -
XYZ 46.83 26.89 38.32 -
YUV 134.92 144.98 206.52 -
System Red Green Blue C M Y K H S L
Decimal 245 73 165 0 0.70 0.33 0.04 327.91 0.9 0.62
Hex F5 49 A5 0 46 21 4 148 5A 3E
Octal 365 111 245 0 106 41 4 510 132 76
Binary 11110101 1001001 10100101 0 1000110 100001 100 101001000 1011010 111110

Color Harmonies of #F549A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F549A5

Black with #F549A5

Text Example


Text Example

White with #F549A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F549A5; }

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

 H1.HeaderClassName
 {
   color: #F549A5;
 }
 .AnyTagClassName
 {
   color: #F549A5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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