Html Css Color HEX #F049AC Brilliant Rose

📋 copy color: '#F049AC'

red 240 ◦ green 73 ◦ blue 172

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

Shades of Brilliant Rose #F049AC

Tints of Brilliant Rose #F049AC

RGB

 RED value IS 240 (94.14% from 255) = 49.48%

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

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

R = 49.48%
G = 15.05%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F049AC (or 0xF049AC) is known color: Brilliant Rose. HEX triplet: F0, 49 and AC. RGB value is (240,73,172). Sum of RGB (Red+Green+Blue) = 240+73+172=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F049AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F049AC is #0FB653. Grayscale: #858585. Windows color (decimal): -1029716 or 11291120. OLE color: 11291120.

HSL color Cylindrical-coordinate representation of color #F049AC: hue angle of 324.43º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F049AC is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 73 172 -
CMYK 0 0.70 0.28 0.06
HSL 324.43º 0.85% 0.61% -
HSV(B) 324.43º 0.7% 0.94% -
XYZ 45.76 26.27 41.69 -
YUV 134.22 149.33 203.45 -
System Red Green Blue C M Y K H S L
Decimal 240 73 172 0 0.70 0.28 0.06 324.43 0.85 0.61
Hex F0 49 AC 0 46 1C 6 144 55 3D
Octal 360 111 254 0 106 34 6 504 125 75
Binary 11110000 1001001 10101100 0 1000110 11100 110 101000100 1010101 111101

Color Harmonies of #F049AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F049AC

Black with #F049AC

Text Example


Text Example

White with #F049AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F049AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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