Html Css Color HEX #F19EEF Lavender Rose

📋 copy color: '#F19EEF'

red 241 ◦ green 158 ◦ blue 239

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

Shades of Lavender Rose #F19EEF

Tints of Lavender Rose #F19EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.46%

R = 37.77%
G = 24.76%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F19EEF (or 0xF19EEF) is known color: Lavender Rose. HEX triplet: F1, 9E and EF. RGB value is (241,158,239). Sum of RGB (Red+Green+Blue) = 241+158+239=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 158 (62.11% from 255 or 24.76% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19EEF is #0E6110. Grayscale: #BFBFBF. Windows color (decimal): -942353 or 15703793. OLE color: 15703793.

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

Color convert

RGB 241 158 239 -
CMYK 0 0.34 0.01 0.05
HSL 301.45º 0.75% 0.78% -
HSV(B) 301.45º 0.34% 0.95% -
XYZ 64.08 49.39 87.82 -
YUV 192.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 241 158 239 0 0.34 0.01 0.05 301.45 0.75 0.78
Hex F1 9E EF 0 22 1 5 12D 4B 4E
Octal 361 236 357 0 42 1 5 455 113 116
Binary 11110001 10011110 11101111 0 100010 1 101 100101101 1001011 1001110

Color Harmonies of #F19EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19EEF

Black with #F19EEF

Text Example


Text Example

White with #F19EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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