Html Css Color HEX #F08FA5 Mauvelous

📋 copy color: '#F08FA5'

red 240 ◦ green 143 ◦ blue 165

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

Shades of Mauvelous #F08FA5

Tints of Mauvelous #F08FA5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.09%

 BLUE value IS 165 (64.84% from 255) = 30.11%

R = 43.8%
G = 26.09%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F08FA5 (or 0xF08FA5) is known color: Mauvelous. HEX triplet: F0, 8F and A5. RGB value is (240,143,165). Sum of RGB (Red+Green+Blue) = 240+143+165=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08FA5 is #0F705A. Grayscale: #AEAEAE. Windows color (decimal): -1011803 or 10850288. OLE color: 10850288.

HSL color Cylindrical-coordinate representation of color #F08FA5: hue angle of 346.39º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FA5 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 143 165 -
CMYK 0 0.40 0.31 0.06
HSL 346.39º 0.76% 0.75% -
HSV(B) 346.39º 0.4% 0.94% -
XYZ 52.55 40.89 40.72 -
YUV 174.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 240 143 165 0 0.40 0.31 0.06 346.39 0.76 0.75
Hex F0 8F A5 0 28 1F 6 15A 4C 4B
Octal 360 217 245 0 50 37 6 532 114 113
Binary 11110000 10001111 10100101 0 101000 11111 110 101011010 1001100 1001011

Color Harmonies of #F08FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FA5

Black with #F08FA5

Text Example


Text Example

White with #F08FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FA5; }

 p { color: rgb(240,143,165); }

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

background-color css

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

 a { background-color: rgb(240,143,165); }

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

border-color css

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

 span { border-color: rgb(240,143,165); }

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