Html Css Color HEX #F94AAE Brilliant Rose

📋 copy color: '#F94AAE'

red 249 ◦ green 74 ◦ blue 174

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

Shades of Brilliant Rose #F94AAE

Tints of Brilliant Rose #F94AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.01%

R = 50.1%
G = 14.89%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F94AAE (or 0xF94AAE) is known color: Brilliant Rose. HEX triplet: F9, 4A and AE. RGB value is (249,74,174). Sum of RGB (Red+Green+Blue) = 249+74+174=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94AAE is #06B551. Grayscale: #898989. Windows color (decimal): -439634 or 11422457. OLE color: 11422457.

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

Color convert

RGB 249 74 174 -
CMYK 0 0.70 0.30 0.02
HSL 325.71º 0.94% 0.63% -
HSV(B) 325.71º 0.7% 0.98% -
XYZ 49.16 28.09 42.88 -
YUV 137.73 148.48 207.37 -
System Red Green Blue C M Y K H S L
Decimal 249 74 174 0 0.70 0.30 0.02 325.71 0.94 0.63
Hex F9 4A AE 0 46 1E 2 146 5E 3F
Octal 371 112 256 0 106 36 2 506 136 77
Binary 11111001 1001010 10101110 0 1000110 11110 10 101000110 1011110 111111

Color Harmonies of #F94AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94AAE

Black with #F94AAE

Text Example


Text Example

White with #F94AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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