Html Css Color HEX #F08FAB Mauvelous

📋 copy color: '#F08FAB'

red 240 ◦ green 143 ◦ blue 171

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

Shades of Mauvelous #F08FAB

Tints of Mauvelous #F08FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.87%

R = 43.32%
G = 25.81%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F08FAB (or 0xF08FAB) is known color: Mauvelous. HEX triplet: F0, 8F and AB. RGB value is (240,143,171). Sum of RGB (Red+Green+Blue) = 240+143+171=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08FAB is #0F7054. Grayscale: #AFAFAF. Windows color (decimal): -1011797 or 11243504. OLE color: 11243504.

HSL color Cylindrical-coordinate representation of color #F08FAB: hue angle of 342.68º 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 #F08FAB is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 143 171 -
CMYK 0 0.40 0.29 0.06
HSL 342.68º 0.76% 0.75% -
HSV(B) 342.68º 0.4% 0.94% -
XYZ 53.11 41.11 43.66 -
YUV 175.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 240 143 171 0 0.40 0.29 0.06 342.68 0.76 0.75
Hex F0 8F AB 0 28 1D 6 157 4C 4B
Octal 360 217 253 0 50 35 6 527 114 113
Binary 11110000 10001111 10101011 0 101000 11101 110 101010111 1001100 1001011

Color Harmonies of #F08FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FAB

Black with #F08FAB

Text Example


Text Example

White with #F08FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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