Html Css Color HEX #F994AD Mauvelous

📋 copy color: '#F994AD'

red 249 ◦ green 148 ◦ blue 173

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

Shades of Mauvelous #F994AD

Tints of Mauvelous #F994AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.96%

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

R = 43.68%
G = 25.96%
B = 30.35%

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

#F994AD (or 0xF994AD) is known color: Mauvelous. HEX triplet: F9, 94 and AD. RGB value is (249,148,173). Sum of RGB (Red+Green+Blue) = 249+148+173=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F994AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F994AD is #066B52. Grayscale: #B5B5B5. Windows color (decimal): -420691 or 11375865. OLE color: 11375865.

HSL color Cylindrical-coordinate representation of color #F994AD: hue angle of 345.15º 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 #F994AD is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 148 173 -
CMYK 0 0.41 0.31 0.02
HSL 345.15º 0.89% 0.78% -
HSV(B) 345.15º 0.41% 0.98% -
XYZ 57.2 44.34 45.08 -
YUV 181.05 123.46 176.47 -
System Red Green Blue C M Y K H S L
Decimal 249 148 173 0 0.41 0.31 0.02 345.15 0.89 0.78
Hex F9 94 AD 0 29 1F 2 159 59 4E
Octal 371 224 255 0 51 37 2 531 131 116
Binary 11111001 10010100 10101101 0 101001 11111 10 101011001 1011001 1001110

Color Harmonies of #F994AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F994AD

Black with #F994AD

Text Example


Text Example

White with #F994AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F994AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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