Html Css Color HEX #F993AD Mauvelous

📋 copy color: '#F993AD'

red 249 ◦ green 147 ◦ blue 173

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

Shades of Mauvelous #F993AD

Tints of Mauvelous #F993AD

RGB

 RED value IS 249 (97.66% from 255) = 43.76%

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

 BLUE value IS 173 (67.97% from 255) = 30.4%

R = 43.76%
G = 25.83%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F993AD (or 0xF993AD) is known color: Mauvelous. HEX triplet: F9, 93 and AD. RGB value is (249,147,173). Sum of RGB (Red+Green+Blue) = 249+147+173=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F993AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F993AD is #066C52. Grayscale: #B4B4B4. Windows color (decimal): -420947 or 11375609. OLE color: 11375609.

HSL color Cylindrical-coordinate representation of color #F993AD: hue angle of 344.71º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F993AD is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 147 173 -
CMYK 0 0.41 0.31 0.02
HSL 344.71º 0.89% 0.78% -
HSV(B) 344.71º 0.41% 0.98% -
XYZ 57.04 44.02 45.03 -
YUV 180.46 123.79 176.89 -
System Red Green Blue C M Y K H S L
Decimal 249 147 173 0 0.41 0.31 0.02 344.71 0.89 0.78
Hex F9 93 AD 0 29 1F 2 159 59 4E
Octal 371 223 255 0 51 37 2 531 131 116
Binary 11111001 10010011 10101101 0 101001 11111 10 101011001 1011001 1001110

Color Harmonies of #F993AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F993AD

Black with #F993AD

Text Example


Text Example

White with #F993AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F993AD; }

 p { color: rgb(249,147,173); }

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

background-color css

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

 a { background-color: rgb(249,147,173); }

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

border-color css

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

 span { border-color: rgb(249,147,173); }

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