Html Css Color HEX #F48AAA Mauvelous

📋 copy color: '#F48AAA'

red 244 ◦ green 138 ◦ blue 170

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

Shades of Mauvelous #F48AAA

Tints of Mauvelous #F48AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25%

 BLUE value IS 170 (66.8% from 255) = 30.8%

R = 44.2%
G = 25%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F48AAA (or 0xF48AAA) is known color: Mauvelous. HEX triplet: F4, 8A and AA. RGB value is (244,138,170). Sum of RGB (Red+Green+Blue) = 244+138+170=552 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.20% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 244 - color contains mainly: red. Hex color #F48AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48AAA is #0B7555. Grayscale: #ADADAD. Windows color (decimal): -750934 or 11176692. OLE color: 11176692.

HSL color Cylindrical-coordinate representation of color #F48AAA: hue angle of 341.89º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48AAA is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 138 170 -
CMYK 0 0.43 0.30 0.04
HSL 341.89º 0.83% 0.75% -
HSV(B) 341.89º 0.43% 0.96% -
XYZ 53.65 40.31 42.98 -
YUV 173.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 244 138 170 0 0.43 0.30 0.04 341.89 0.83 0.75
Hex F4 8A AA 0 2B 1E 4 156 53 4B
Octal 364 212 252 0 53 36 4 526 123 113
Binary 11110100 10001010 10101010 0 101011 11110 100 101010110 1010011 1001011

Color Harmonies of #F48AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48AAA

Black with #F48AAA

Text Example


Text Example

White with #F48AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48AAA; }

 p { color: rgb(244,138,170); }

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

background-color css

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

 a { background-color: rgb(244,138,170); }

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

border-color css

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

 span { border-color: rgb(244,138,170); }

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