Html Css Color HEX #F0869F Mauvelous

📋 copy color: '#F0869F'

red 240 ◦ green 134 ◦ blue 159

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

Shades of Mauvelous #F0869F

Tints of Mauvelous #F0869F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.14%

 BLUE value IS 159 (62.5% from 255) = 29.83%

R = 45.03%
G = 25.14%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0869F (or 0xF0869F) is known color: Mauvelous. HEX triplet: F0, 86 and 9F. RGB value is (240,134,159). Sum of RGB (Red+Green+Blue) = 240+134+159=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0869F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0869F is #0F7960. Grayscale: #A8A8A8. Windows color (decimal): -1014113 or 10454768. OLE color: 10454768.

HSL color Cylindrical-coordinate representation of color #F0869F: hue angle of 345.85º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0869F is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 134 159 -
CMYK 0 0.44 0.34 0.06
HSL 345.85º 0.78% 0.73% -
HSV(B) 345.85º 0.44% 0.94% -
XYZ 50.72 38.08 37.48 -
YUV 168.54 122.62 178.97 -
System Red Green Blue C M Y K H S L
Decimal 240 134 159 0 0.44 0.34 0.06 345.85 0.78 0.73
Hex F0 86 9F 0 2C 22 6 15A 4E 49
Octal 360 206 237 0 54 42 6 532 116 111
Binary 11110000 10000110 10011111 0 101100 100010 110 101011010 1001110 1001001

Color Harmonies of #F0869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0869F

Black with #F0869F

Text Example


Text Example

White with #F0869F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0869F; }

 p { color: rgb(240,134,159); }

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

background-color css

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

 a { background-color: rgb(240,134,159); }

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

border-color css

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

 span { border-color: rgb(240,134,159); }

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