Html Css Color HEX #F48FA5 Mauvelous

📋 copy color: '#F48FA5'

red 244 ◦ green 143 ◦ blue 165

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

Shades of Mauvelous #F48FA5

Tints of Mauvelous #F48FA5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.91%

 BLUE value IS 165 (64.84% from 255) = 29.89%

R = 44.2%
G = 25.91%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F48FA5 (or 0xF48FA5) is known color: Mauvelous. HEX triplet: F4, 8F and A5. RGB value is (244,143,165). Sum of RGB (Red+Green+Blue) = 244+143+165=552 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.20% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 244 - color contains mainly: red. Hex color #F48FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48FA5 is #0B705A. Grayscale: #AFAFAF. Windows color (decimal): -749659 or 10850292. OLE color: 10850292.

HSL color Cylindrical-coordinate representation of color #F48FA5: hue angle of 346.93º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F48FA5 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 143 165 -
CMYK 0 0.41 0.32 0.04
HSL 346.93º 0.82% 0.76% -
HSV(B) 346.93º 0.41% 0.96% -
XYZ 53.92 41.59 40.78 -
YUV 175.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 244 143 165 0 0.41 0.32 0.04 346.93 0.82 0.76
Hex F4 8F A5 0 29 20 4 15B 52 4C
Octal 364 217 245 0 51 40 4 533 122 114
Binary 11110100 10001111 10100101 0 101001 100000 100 101011011 1010010 1001100

Color Harmonies of #F48FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48FA5

Black with #F48FA5

Text Example


Text Example

White with #F48FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48FA5; }

 p { color: rgb(244,143,165); }

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

background-color css

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

 a { background-color: rgb(244,143,165); }

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

border-color css

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

 span { border-color: rgb(244,143,165); }

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