Html Css Color HEX #F9549B Brilliant Rose

📋 copy color: '#F9549B'

red 249 ◦ green 84 ◦ blue 155

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

Shades of Brilliant Rose #F9549B

Tints of Brilliant Rose #F9549B

RGB

 RED value IS 249 (97.66% from 255) = 51.02%

 GREEN value IS 84 (33.2% from 255) = 17.21%

 BLUE value IS 155 (60.94% from 255) = 31.76%

R = 51.02%
G = 17.21%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9549B (or 0xF9549B) is known color: Brilliant Rose. HEX triplet: F9, 54 and 9B. RGB value is (249,84,155). Sum of RGB (Red+Green+Blue) = 249+84+155=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F9549B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9549B is #06AB64. Grayscale: #8D8D8D. Windows color (decimal): -437093 or 10179833. OLE color: 10179833.

HSL color Cylindrical-coordinate representation of color #F9549B: hue angle of 334.18º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F9549B is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 84 155 -
CMYK 0 0.66 0.38 0.02
HSL 334.18º 0.93% 0.65% -
HSV(B) 334.18º 0.66% 0.98% -
XYZ 48.15 28.85 34.04 -
YUV 141.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 249 84 155 0 0.66 0.38 0.02 334.18 0.93 0.65
Hex F9 54 9B 0 42 26 2 14E 5D 41
Octal 371 124 233 0 102 46 2 516 135 101
Binary 11111001 1010100 10011011 0 1000010 100110 10 101001110 1011101 1000001

Color Harmonies of #F9549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9549B

Black with #F9549B

Text Example


Text Example

White with #F9549B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9549B; }

 p { color: rgb(249,84,155); }

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

background-color css

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

 a { background-color: rgb(249,84,155); }

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

border-color css

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

 span { border-color: rgb(249,84,155); }

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