Html Css Color HEX #F49DF1 Lavender Rose

📋 copy color: '#F49DF1'

red 244 ◦ green 157 ◦ blue 241

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

Shades of Lavender Rose #F49DF1

Tints of Lavender Rose #F49DF1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.45%

 BLUE value IS 241 (94.53% from 255) = 37.54%

R = 38.01%
G = 24.45%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F49DF1 (or 0xF49DF1) is known color: Lavender Rose. HEX triplet: F4, 9D and F1. RGB value is (244,157,241). Sum of RGB (Red+Green+Blue) = 244+157+241=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 157 (61.72% from 255 or 24.45% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 244 - color contains mainly: red. Hex color #F49DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49DF1 is #0B620E. Grayscale: #C0C0C0. Windows color (decimal): -745999 or 15834612. OLE color: 15834612.

HSL color Cylindrical-coordinate representation of color #F49DF1: hue angle of 302.07º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49DF1 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 157 241 -
CMYK 0 0.36 0.01 0.04
HSL 302.07º 0.8% 0.79% -
HSV(B) 302.07º 0.36% 0.96% -
XYZ 65.24 49.7 89.37 -
YUV 192.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 244 157 241 0 0.36 0.01 0.04 302.07 0.8 0.79
Hex F4 9D F1 0 24 1 4 12E 50 4F
Octal 364 235 361 0 44 1 4 456 120 117
Binary 11110100 10011101 11110001 0 100100 1 100 100101110 1010000 1001111

Color Harmonies of #F49DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49DF1

Black with #F49DF1

Text Example


Text Example

White with #F49DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49DF1; }

 p { color: rgb(244,157,241); }

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

background-color css

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

 a { background-color: rgb(244,157,241); }

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

border-color css

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

 span { border-color: rgb(244,157,241); }

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