Html Css Color HEX #F093AA Mauvelous

📋 copy color: '#F093AA'

red 240 ◦ green 147 ◦ blue 170

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

Shades of Mauvelous #F093AA

Tints of Mauvelous #F093AA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.39%

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

R = 43.09%
G = 26.39%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F093AA (or 0xF093AA) is known color: Mauvelous. HEX triplet: F0, 93 and AA. RGB value is (240,147,170). Sum of RGB (Red+Green+Blue) = 240+147+170=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F093AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F093AA is #0F6C55. Grayscale: #B1B1B1. Windows color (decimal): -1010774 or 11178992. OLE color: 11178992.

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

Color convert

RGB 240 147 170 -
CMYK 0 0.39 0.29 0.06
HSL 345.16º 0.76% 0.76% -
HSV(B) 345.16º 0.39% 0.94% -
XYZ 53.62 42.29 43.37 -
YUV 177.43 123.81 172.63 -
System Red Green Blue C M Y K H S L
Decimal 240 147 170 0 0.39 0.29 0.06 345.16 0.76 0.76
Hex F0 93 AA 0 27 1D 6 159 4C 4C
Octal 360 223 252 0 47 35 6 531 114 114
Binary 11110000 10010011 10101010 0 100111 11101 110 101011001 1001100 1001100

Color Harmonies of #F093AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F093AA

Black with #F093AA

Text Example


Text Example

White with #F093AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F093AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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