Html Css Color HEX #F38BAA Mauvelous

📋 copy color: '#F38BAA'

red 243 ◦ green 139 ◦ blue 170

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

Shades of Mauvelous #F38BAA

Tints of Mauvelous #F38BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.18%

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

R = 44.02%
G = 25.18%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F38BAA (or 0xF38BAA) is known color: Mauvelous. HEX triplet: F3, 8B and AA. RGB value is (243,139,170). Sum of RGB (Red+Green+Blue) = 243+139+170=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38BAA is #0C7455. Grayscale: #ADADAD. Windows color (decimal): -816214 or 11176947. OLE color: 11176947.

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

Color convert

RGB 243 139 170 -
CMYK 0 0.43 0.30 0.05
HSL 342.12º 0.81% 0.75% -
HSV(B) 342.12º 0.43% 0.95% -
XYZ 53.45 40.42 43.02 -
YUV 173.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 243 139 170 0 0.43 0.30 0.05 342.12 0.81 0.75
Hex F3 8B AA 0 2B 1E 5 156 51 4B
Octal 363 213 252 0 53 36 5 526 121 113
Binary 11110011 10001011 10101010 0 101011 11110 101 101010110 1010001 1001011

Color Harmonies of #F38BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38BAA

Black with #F38BAA

Text Example


Text Example

White with #F38BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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