Html Css Color HEX #F49EF1 Lavender Rose

📋 copy color: '#F49EF1'

red 244 ◦ green 158 ◦ blue 241

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

Shades of Lavender Rose #F49EF1

Tints of Lavender Rose #F49EF1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.57%

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

R = 37.95%
G = 24.57%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F49EF1 (or 0xF49EF1) is known color: Lavender Rose. HEX triplet: F4, 9E and F1. RGB value is (244,158,241). Sum of RGB (Red+Green+Blue) = 244+158+241=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 158 (62.11% from 255 or 24.57% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F49EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49EF1 is #0B610E. Grayscale: #C0C0C0. Windows color (decimal): -745743 or 15834868. OLE color: 15834868.

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

Color convert

RGB 244 158 241 -
CMYK 0 0.35 0.01 0.04
HSL 302.09º 0.8% 0.79% -
HSV(B) 302.09º 0.35% 0.96% -
XYZ 65.41 50.04 89.43 -
YUV 193.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 244 158 241 0 0.35 0.01 0.04 302.09 0.8 0.79
Hex F4 9E F1 0 23 1 4 12E 50 4F
Octal 364 236 361 0 43 1 4 456 120 117
Binary 11110100 10011110 11110001 0 100011 1 100 100101110 1010000 1001111

Color Harmonies of #F49EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49EF1

Black with #F49EF1

Text Example


Text Example

White with #F49EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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