Html Css Color HEX #F949A8 Brilliant Rose

📋 copy color: '#F949A8'

red 249 ◦ green 73 ◦ blue 168

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

Shades of Brilliant Rose #F949A8

Tints of Brilliant Rose #F949A8

RGB

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

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

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

R = 50.82%
G = 14.9%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F949A8 (or 0xF949A8) is known color: Brilliant Rose. HEX triplet: F9, 49 and A8. RGB value is (249,73,168). Sum of RGB (Red+Green+Blue) = 249+73+168=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F949A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F949A8 is #06B657. Grayscale: #888888. Windows color (decimal): -439896 or 11028985. OLE color: 11028985.

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

Color convert

RGB 249 73 168 -
CMYK 0 0.71 0.33 0.02
HSL 327.61º 0.94% 0.63% -
HSV(B) 327.61º 0.71% 0.98% -
XYZ 48.52 27.73 39.84 -
YUV 136.45 145.81 208.28 -
System Red Green Blue C M Y K H S L
Decimal 249 73 168 0 0.71 0.33 0.02 327.61 0.94 0.63
Hex F9 49 A8 0 47 21 2 148 5E 3F
Octal 371 111 250 0 107 41 2 510 136 77
Binary 11111001 1001001 10101000 0 1000111 100001 10 101001000 1011110 111111

Color Harmonies of #F949A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949A8

Black with #F949A8

Text Example


Text Example

White with #F949A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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