Html Css Color HEX #F949AC Brilliant Rose

📋 copy color: '#F949AC'

red 249 ◦ green 73 ◦ blue 172

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

Shades of Brilliant Rose #F949AC

Tints of Brilliant Rose #F949AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.82%

R = 50.4%
G = 14.78%
B = 34.82%

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

#F949AC (or 0xF949AC) is known color: Brilliant Rose. HEX triplet: F9, 49 and AC. RGB value is (249,73,172). Sum of RGB (Red+Green+Blue) = 249+73+172=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F949AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F949AC is #06B653. Grayscale: #888888. Windows color (decimal): -439892 or 11291129. OLE color: 11291129.

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

Color convert

RGB 249 73 172 -
CMYK 0 0.71 0.31 0.02
HSL 326.25º 0.94% 0.63% -
HSV(B) 326.25º 0.71% 0.98% -
XYZ 48.9 27.88 41.83 -
YUV 136.91 147.81 207.95 -
System Red Green Blue C M Y K H S L
Decimal 249 73 172 0 0.71 0.31 0.02 326.25 0.94 0.63
Hex F9 49 AC 0 47 1F 2 146 5E 3F
Octal 371 111 254 0 107 37 2 506 136 77
Binary 11111001 1001001 10101100 0 1000111 11111 10 101000110 1011110 111111

Color Harmonies of #F949AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949AC

Black with #F949AC

Text Example


Text Example

White with #F949AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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