Html Css Color HEX #F949AB Brilliant Rose

📋 copy color: '#F949AB'

red 249 ◦ green 73 ◦ blue 171

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

Shades of Brilliant Rose #F949AB

Tints of Brilliant Rose #F949AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 50.51%
G = 14.81%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F949AB (or 0xF949AB) is known color: Brilliant Rose. HEX triplet: F9, 49 and AB. RGB value is (249,73,171). Sum of RGB (Red+Green+Blue) = 249+73+171=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F949AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F949AB is #06B654. Grayscale: #888888. Windows color (decimal): -439893 or 11225593. OLE color: 11225593.

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

Color convert

RGB 249 73 171 -
CMYK 0 0.71 0.31 0.02
HSL 326.59º 0.94% 0.63% -
HSV(B) 326.59º 0.71% 0.98% -
XYZ 48.8 27.85 41.33 -
YUV 136.8 147.31 208.03 -
System Red Green Blue C M Y K H S L
Decimal 249 73 171 0 0.71 0.31 0.02 326.59 0.94 0.63
Hex F9 49 AB 0 47 1F 2 147 5E 3F
Octal 371 111 253 0 107 37 2 507 136 77
Binary 11111001 1001001 10101011 0 1000111 11111 10 101000111 1011110 111111

Color Harmonies of #F949AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949AB

Black with #F949AB

Text Example


Text Example

White with #F949AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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