Html Css Color HEX #F08BAE Mauvelous

📋 copy color: '#F08BAE'

red 240 ◦ green 139 ◦ blue 174

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

Shades of Mauvelous #F08BAE

Tints of Mauvelous #F08BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.14%

 BLUE value IS 174 (68.36% from 255) = 31.46%

R = 43.4%
G = 25.14%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F08BAE (or 0xF08BAE) is known color: Mauvelous. HEX triplet: F0, 8B and AE. RGB value is (240,139,174). Sum of RGB (Red+Green+Blue) = 240+139+174=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08BAE is #0F7451. Grayscale: #ADADAD. Windows color (decimal): -1012818 or 11439088. OLE color: 11439088.

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

Color convert

RGB 240 139 174 -
CMYK 0 0.42 0.28 0.06
HSL 339.21º 0.77% 0.74% -
HSV(B) 339.21º 0.42% 0.94% -
XYZ 52.81 40.05 44.99 -
YUV 173.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 240 139 174 0 0.42 0.28 0.06 339.21 0.77 0.74
Hex F0 8B AE 0 2A 1C 6 153 4D 4A
Octal 360 213 256 0 52 34 6 523 115 112
Binary 11110000 10001011 10101110 0 101010 11100 110 101010011 1001101 1001010

Color Harmonies of #F08BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08BAE

Black with #F08BAE

Text Example


Text Example

White with #F08BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08BAE; }

 p { color: rgb(240,139,174); }

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

background-color css

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

 a { background-color: rgb(240,139,174); }

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

border-color css

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

 span { border-color: rgb(240,139,174); }

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