Html Css Color HEX #F19EE2 Lavender Rose

📋 copy color: '#F19EE2'

red 241 ◦ green 158 ◦ blue 226

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

Shades of Lavender Rose #F19EE2

Tints of Lavender Rose #F19EE2

RGB

 RED value IS 241 (94.53% from 255) = 38.56%

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

 BLUE value IS 226 (88.67% from 255) = 36.16%

R = 38.56%
G = 25.28%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F19EE2 (or 0xF19EE2) is known color: Lavender Rose. HEX triplet: F1, 9E and E2. RGB value is (241,158,226). Sum of RGB (Red+Green+Blue) = 241+158+226=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 158 (62.11% from 255 or 25.28% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19EE2 is #0E611D. Grayscale: #BEBEBE. Windows color (decimal): -942366 or 14851825. OLE color: 14851825.

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

Color convert

RGB 241 158 226 -
CMYK 0 0.34 0.06 0.05
HSL 310.84º 0.75% 0.78% -
HSV(B) 310.84º 0.34% 0.95% -
XYZ 62.23 48.65 78.06 -
YUV 190.57 148 163.97 -
System Red Green Blue C M Y K H S L
Decimal 241 158 226 0 0.34 0.06 0.05 310.84 0.75 0.78
Hex F1 9E E2 0 22 6 5 137 4B 4E
Octal 361 236 342 0 42 6 5 467 113 116
Binary 11110001 10011110 11100010 0 100010 110 101 100110111 1001011 1001110

Color Harmonies of #F19EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19EE2

Black with #F19EE2

Text Example


Text Example

White with #F19EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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