Html Css Color HEX #F94AAA Brilliant Rose

📋 copy color: '#F94AAA'

red 249 ◦ green 74 ◦ blue 170

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

Shades of Brilliant Rose #F94AAA

Tints of Brilliant Rose #F94AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.01%

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

R = 50.51%
G = 15.01%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F94AAA (or 0xF94AAA) is known color: Brilliant Rose. HEX triplet: F9, 4A and AA. RGB value is (249,74,170). Sum of RGB (Red+Green+Blue) = 249+74+170=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94AAA is #06B555. Grayscale: #898989. Windows color (decimal): -439638 or 11160313. OLE color: 11160313.

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

Color convert

RGB 249 74 170 -
CMYK 0 0.70 0.32 0.02
HSL 327.09º 0.94% 0.63% -
HSV(B) 327.09º 0.7% 0.98% -
XYZ 48.77 27.94 40.85 -
YUV 137.27 146.48 207.69 -
System Red Green Blue C M Y K H S L
Decimal 249 74 170 0 0.70 0.32 0.02 327.09 0.94 0.63
Hex F9 4A AA 0 46 20 2 147 5E 3F
Octal 371 112 252 0 106 40 2 507 136 77
Binary 11111001 1001010 10101010 0 1000110 100000 10 101000111 1011110 111111

Color Harmonies of #F94AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94AAA

Black with #F94AAA

Text Example


Text Example

White with #F94AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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