Html Css Color HEX #F94AA2 Brilliant Rose

📋 copy color: '#F94AA2'

red 249 ◦ green 74 ◦ blue 162

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

Shades of Brilliant Rose #F94AA2

Tints of Brilliant Rose #F94AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.4%

R = 51.34%
G = 15.26%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F94AA2 (or 0xF94AA2) is known color: Brilliant Rose. HEX triplet: F9, 4A and A2. RGB value is (249,74,162). Sum of RGB (Red+Green+Blue) = 249+74+162=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94AA2 is #06B55D. Grayscale: #888888. Windows color (decimal): -439646 or 10636025. OLE color: 10636025.

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

Color convert

RGB 249 74 162 -
CMYK 0 0.70 0.35 0.02
HSL 329.83º 0.94% 0.63% -
HSV(B) 329.83º 0.7% 0.98% -
XYZ 48.04 27.65 36.99 -
YUV 136.36 142.48 208.34 -
System Red Green Blue C M Y K H S L
Decimal 249 74 162 0 0.70 0.35 0.02 329.83 0.94 0.63
Hex F9 4A A2 0 46 23 2 14A 5E 3F
Octal 371 112 242 0 106 43 2 512 136 77
Binary 11111001 1001010 10100010 0 1000110 100011 10 101001010 1011110 111111

Color Harmonies of #F94AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94AA2

Black with #F94AA2

Text Example


Text Example

White with #F94AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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