Html Css Color HEX #F488A0 Mauvelous

📋 copy color: '#F488A0'

red 244 ◦ green 136 ◦ blue 160

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

Shades of Mauvelous #F488A0

Tints of Mauvelous #F488A0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.19%

 BLUE value IS 160 (62.89% from 255) = 29.63%

R = 45.19%
G = 25.19%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F488A0 (or 0xF488A0) is known color: Mauvelous. HEX triplet: F4, 88 and A0. RGB value is (244,136,160). Sum of RGB (Red+Green+Blue) = 244+136+160=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F488A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F488A0 is #0B775F. Grayscale: #ABABAB. Windows color (decimal): -751456 or 10520820. OLE color: 10520820.

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

Color convert

RGB 244 136 160 -
CMYK 0 0.44 0.34 0.04
HSL 346.67º 0.83% 0.75% -
HSV(B) 346.67º 0.44% 0.96% -
XYZ 52.46 39.38 38.09 -
YUV 171.03 121.78 180.05 -
System Red Green Blue C M Y K H S L
Decimal 244 136 160 0 0.44 0.34 0.04 346.67 0.83 0.75
Hex F4 88 A0 0 2C 22 4 15B 53 4B
Octal 364 210 240 0 54 42 4 533 123 113
Binary 11110100 10001000 10100000 0 101100 100010 100 101011011 1010011 1001011

Color Harmonies of #F488A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F488A0

Black with #F488A0

Text Example


Text Example

White with #F488A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F488A0; }

 p { color: rgb(244,136,160); }

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

background-color css

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

 a { background-color: rgb(244,136,160); }

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

border-color css

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

 span { border-color: rgb(244,136,160); }

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