Html Css Color HEX #F19EE0 Lavender Rose

📋 copy color: '#F19EE0'

red 241 ◦ green 158 ◦ blue 224

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

Shades of Lavender Rose #F19EE0

Tints of Lavender Rose #F19EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.96%

R = 38.68%
G = 25.36%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F19EE0 (or 0xF19EE0) is known color: Lavender Rose. HEX triplet: F1, 9E and E0. RGB value is (241,158,224). Sum of RGB (Red+Green+Blue) = 241+158+224=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19EE0 is #0E611F. Grayscale: #BEBEBE. Windows color (decimal): -942368 or 14720753. OLE color: 14720753.

HSL color Cylindrical-coordinate representation of color #F19EE0: hue angle of 312.29º 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 #F19EE0 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 158 224 -
CMYK 0 0.34 0.07 0.05
HSL 312.29º 0.75% 0.78% -
HSV(B) 312.29º 0.34% 0.95% -
XYZ 61.96 48.54 76.62 -
YUV 190.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 241 158 224 0 0.34 0.07 0.05 312.29 0.75 0.78
Hex F1 9E E0 0 22 7 5 138 4B 4E
Octal 361 236 340 0 42 7 5 470 113 116
Binary 11110001 10011110 11100000 0 100010 111 101 100111000 1001011 1001110

Color Harmonies of #F19EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19EE0

Black with #F19EE0

Text Example


Text Example

White with #F19EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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