Html Css Color HEX #F38DA8 Mauvelous

📋 copy color: '#F38DA8'

red 243 ◦ green 141 ◦ blue 168

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

Shades of Mauvelous #F38DA8

Tints of Mauvelous #F38DA8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.54%

 BLUE value IS 168 (66.02% from 255) = 30.43%

R = 44.02%
G = 25.54%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F38DA8 (or 0xF38DA8) is known color: Mauvelous. HEX triplet: F3, 8D and A8. RGB value is (243,141,168). Sum of RGB (Red+Green+Blue) = 243+141+168=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 168 (66.02% from 255 or 30.43% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38DA8 is #0C7257. Grayscale: #AEAEAE. Windows color (decimal): -815704 or 11046387. OLE color: 11046387.

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

Color convert

RGB 243 141 168 -
CMYK 0 0.42 0.31 0.05
HSL 344.12º 0.81% 0.75% -
HSV(B) 344.12º 0.42% 0.95% -
XYZ 53.55 40.93 42.12 -
YUV 174.58 124.29 176.8 -
System Red Green Blue C M Y K H S L
Decimal 243 141 168 0 0.42 0.31 0.05 344.12 0.81 0.75
Hex F3 8D A8 0 2A 1F 5 158 51 4B
Octal 363 215 250 0 52 37 5 530 121 113
Binary 11110011 10001101 10101000 0 101010 11111 101 101011000 1010001 1001011

Color Harmonies of #F38DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38DA8

Black with #F38DA8

Text Example


Text Example

White with #F38DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38DA8; }

 p { color: rgb(243,141,168); }

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

background-color css

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

 a { background-color: rgb(243,141,168); }

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

border-color css

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

 span { border-color: rgb(243,141,168); }

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