Html Css Color HEX #F949AA Brilliant Rose

📋 copy color: '#F949AA'

red 249 ◦ green 73 ◦ blue 170

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

Shades of Brilliant Rose #F949AA

Tints of Brilliant Rose #F949AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.55%

R = 50.61%
G = 14.84%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F949AA (or 0xF949AA) is known color: Brilliant Rose. HEX triplet: F9, 49 and AA. RGB value is (249,73,170). Sum of RGB (Red+Green+Blue) = 249+73+170=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F949AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F949AA is #06B655. Grayscale: #888888. Windows color (decimal): -439894 or 11160057. OLE color: 11160057.

HSL color Cylindrical-coordinate representation of color #F949AA: hue angle of 326.93º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F949AA is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 73 170 -
CMYK 0 0.71 0.32 0.02
HSL 326.93º 0.94% 0.63% -
HSV(B) 326.93º 0.71% 0.98% -
XYZ 48.71 27.81 40.83 -
YUV 136.68 146.81 208.11 -
System Red Green Blue C M Y K H S L
Decimal 249 73 170 0 0.71 0.32 0.02 326.93 0.94 0.63
Hex F9 49 AA 0 47 20 2 147 5E 3F
Octal 371 111 252 0 107 40 2 507 136 77
Binary 11111001 1001001 10101010 0 1000111 100000 10 101000111 1011110 111111

Color Harmonies of #F949AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949AA

Black with #F949AA

Text Example


Text Example

White with #F949AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949AA; }

 p { color: rgb(249,73,170); }

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

background-color css

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

 a { background-color: rgb(249,73,170); }

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

border-color css

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

 span { border-color: rgb(249,73,170); }

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