Html Css Color HEX #F08CAA Mauvelous

📋 copy color: '#F08CAA'

red 240 ◦ green 140 ◦ blue 170

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

Shades of Mauvelous #F08CAA

Tints of Mauvelous #F08CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.45%

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

R = 43.64%
G = 25.45%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F08CAA (or 0xF08CAA) is known color: Mauvelous. HEX triplet: F0, 8C and AA. RGB value is (240,140,170). Sum of RGB (Red+Green+Blue) = 240+140+170=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08CAA is #0F7355. Grayscale: #ADADAD. Windows color (decimal): -1012566 or 11177200. OLE color: 11177200.

HSL color Cylindrical-coordinate representation of color #F08CAA: hue angle of 342º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08CAA is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 140 170 -
CMYK 0 0.42 0.29 0.06
HSL 342º 0.77% 0.75% -
HSV(B) 342º 0.42% 0.94% -
XYZ 52.57 40.18 43.02 -
YUV 173.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 240 140 170 0 0.42 0.29 0.06 342 0.77 0.75
Hex F0 8C AA 0 2A 1D 6 156 4D 4B
Octal 360 214 252 0 52 35 6 526 115 113
Binary 11110000 10001100 10101010 0 101010 11101 110 101010110 1001101 1001011

Color Harmonies of #F08CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08CAA

Black with #F08CAA

Text Example


Text Example

White with #F08CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08CAA; }

 p { color: rgb(240,140,170); }

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

background-color css

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

 a { background-color: rgb(240,140,170); }

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

border-color css

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

 span { border-color: rgb(240,140,170); }

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