Html Css Color HEX #F48BA3 Mauvelous

📋 copy color: '#F48BA3'

red 244 ◦ green 139 ◦ blue 163

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

Shades of Mauvelous #F48BA3

Tints of Mauvelous #F48BA3

RGB

 RED value IS 244 (95.7% from 255) = 44.69%

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

 BLUE value IS 163 (64.06% from 255) = 29.85%

R = 44.69%
G = 25.46%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F48BA3 (or 0xF48BA3) is known color: Mauvelous. HEX triplet: F4, 8B and A3. RGB value is (244,139,163). Sum of RGB (Red+Green+Blue) = 244+139+163=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48BA3 is #0B745C. Grayscale: #ADADAD. Windows color (decimal): -750685 or 10718196. OLE color: 10718196.

HSL color Cylindrical-coordinate representation of color #F48BA3: hue angle of 346.29º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48BA3 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 139 163 -
CMYK 0 0.43 0.33 0.04
HSL 346.29º 0.83% 0.75% -
HSV(B) 346.29º 0.43% 0.96% -
XYZ 53.15 40.34 39.64 -
YUV 173.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 244 139 163 0 0.43 0.33 0.04 346.29 0.83 0.75
Hex F4 8B A3 0 2B 21 4 15A 53 4B
Octal 364 213 243 0 53 41 4 532 123 113
Binary 11110100 10001011 10100011 0 101011 100001 100 101011010 1010011 1001011

Color Harmonies of #F48BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48BA3

Black with #F48BA3

Text Example


Text Example

White with #F48BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48BA3; }

 p { color: rgb(244,139,163); }

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

background-color css

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

 a { background-color: rgb(244,139,163); }

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

border-color css

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

 span { border-color: rgb(244,139,163); }

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