Html Css Color HEX #F94AA8 Brilliant Rose

📋 copy color: '#F94AA8'

red 249 ◦ green 74 ◦ blue 168

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

Shades of Brilliant Rose #F94AA8

Tints of Brilliant Rose #F94AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.22%

R = 50.71%
G = 15.07%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F94AA8 (or 0xF94AA8) is known color: Brilliant Rose. HEX triplet: F9, 4A and A8. RGB value is (249,74,168). Sum of RGB (Red+Green+Blue) = 249+74+168=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94AA8 is #06B557. Grayscale: #888888. Windows color (decimal): -439640 or 11029241. OLE color: 11029241.

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

Color convert

RGB 249 74 168 -
CMYK 0 0.70 0.33 0.02
HSL 327.77º 0.94% 0.63% -
HSV(B) 327.77º 0.7% 0.98% -
XYZ 48.58 27.86 39.86 -
YUV 137.04 145.48 207.86 -
System Red Green Blue C M Y K H S L
Decimal 249 74 168 0 0.70 0.33 0.02 327.77 0.94 0.63
Hex F9 4A A8 0 46 21 2 148 5E 3F
Octal 371 112 250 0 106 41 2 510 136 77
Binary 11111001 1001010 10101000 0 1000110 100001 10 101001000 1011110 111111

Color Harmonies of #F94AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94AA8

Black with #F94AA8

Text Example


Text Example

White with #F94AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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