Html Css Color HEX #F490A8 Mauvelous

📋 copy color: '#F490A8'

red 244 ◦ green 144 ◦ blue 168

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

Shades of Mauvelous #F490A8

Tints of Mauvelous #F490A8

RGB

 RED value IS 244 (95.7% from 255) = 43.88%

 GREEN value IS 144 (56.64% from 255) = 25.9%

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

R = 43.88%
G = 25.9%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F490A8 (or 0xF490A8) is known color: Mauvelous. HEX triplet: F4, 90 and A8. RGB value is (244,144,168). Sum of RGB (Red+Green+Blue) = 244+144+168=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F490A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F490A8 is #0B6F57. Grayscale: #B0B0B0. Windows color (decimal): -749400 or 11047156. OLE color: 11047156.

HSL color Cylindrical-coordinate representation of color #F490A8: hue angle of 345.6º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F490A8 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 144 168 -
CMYK 0 0.41 0.31 0.04
HSL 345.6º 0.82% 0.76% -
HSV(B) 345.6º 0.41% 0.96% -
XYZ 54.35 42.01 42.29 -
YUV 176.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 244 144 168 0 0.41 0.31 0.04 345.6 0.82 0.76
Hex F4 90 A8 0 29 1F 4 15A 52 4C
Octal 364 220 250 0 51 37 4 532 122 114
Binary 11110100 10010000 10101000 0 101001 11111 100 101011010 1010010 1001100

Color Harmonies of #F490A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F490A8

Black with #F490A8

Text Example


Text Example

White with #F490A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F490A8; }

 p { color: rgb(244,144,168); }

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

background-color css

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

 a { background-color: rgb(244,144,168); }

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

border-color css

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

 span { border-color: rgb(244,144,168); }

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