Html Css Color HEX #F394AA Mauvelous

📋 copy color: '#F394AA'

red 243 ◦ green 148 ◦ blue 170

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

Shades of Mauvelous #F394AA

Tints of Mauvelous #F394AA

RGB

 RED value IS 243 (95.31% from 255) = 43.32%

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

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

R = 43.32%
G = 26.38%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F394AA (or 0xF394AA) is known color: Mauvelous. HEX triplet: F3, 94 and AA. RGB value is (243,148,170). Sum of RGB (Red+Green+Blue) = 243+148+170=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F394AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F394AA is #0C6B55. Grayscale: #B2B2B2. Windows color (decimal): -813910 or 11179251. OLE color: 11179251.

HSL color Cylindrical-coordinate representation of color #F394AA: hue angle of 346.11º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F394AA is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 148 170 -
CMYK 0 0.39 0.30 0.05
HSL 346.11º 0.8% 0.77% -
HSV(B) 346.11º 0.39% 0.95% -
XYZ 54.81 43.14 43.47 -
YUV 178.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 243 148 170 0 0.39 0.30 0.05 346.11 0.8 0.77
Hex F3 94 AA 0 27 1E 5 15A 50 4D
Octal 363 224 252 0 47 36 5 532 120 115
Binary 11110011 10010100 10101010 0 100111 11110 101 101011010 1010000 1001101

Color Harmonies of #F394AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F394AA

Black with #F394AA

Text Example


Text Example

White with #F394AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F394AA; }

 p { color: rgb(243,148,170); }

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

background-color css

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

 a { background-color: rgb(243,148,170); }

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

border-color css

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

 span { border-color: rgb(243,148,170); }

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