Html Css Color HEX #F19EEA Lavender Rose

📋 copy color: '#F19EEA'

red 241 ◦ green 158 ◦ blue 234

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

Shades of Lavender Rose #F19EEA

Tints of Lavender Rose #F19EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.97%

R = 38.07%
G = 24.96%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F19EEA (or 0xF19EEA) is known color: Lavender Rose. HEX triplet: F1, 9E and EA. RGB value is (241,158,234). Sum of RGB (Red+Green+Blue) = 241+158+234=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 158 (62.11% from 255 or 24.96% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19EEA is #0E6115. Grayscale: #BFBFBF. Windows color (decimal): -942358 or 15376113. OLE color: 15376113.

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

Color convert

RGB 241 158 234 -
CMYK 0 0.34 0.03 0.05
HSL 305.06º 0.75% 0.78% -
HSV(B) 305.06º 0.34% 0.95% -
XYZ 63.35 49.1 83.98 -
YUV 191.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 241 158 234 0 0.34 0.03 0.05 305.06 0.75 0.78
Hex F1 9E EA 0 22 3 5 131 4B 4E
Octal 361 236 352 0 42 3 5 461 113 116
Binary 11110001 10011110 11101010 0 100010 11 101 100110001 1001011 1001110

Color Harmonies of #F19EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19EEA

Black with #F19EEA

Text Example


Text Example

White with #F19EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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