Html Css Color HEX #F19DEA Lavender Rose

📋 copy color: '#F19DEA'

red 241 ◦ green 157 ◦ blue 234

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

Shades of Lavender Rose #F19DEA

Tints of Lavender Rose #F19DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.84%

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

R = 38.13%
G = 24.84%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F19DEA (or 0xF19DEA) is known color: Lavender Rose. HEX triplet: F1, 9D and EA. RGB value is (241,157,234). Sum of RGB (Red+Green+Blue) = 241+157+234=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 157 (61.72% from 255 or 24.84% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19DEA is #0E6215. Grayscale: #BEBEBE. Windows color (decimal): -942614 or 15375857. OLE color: 15375857.

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

Color convert

RGB 241 157 234 -
CMYK 0 0.35 0.03 0.05
HSL 305º 0.75% 0.78% -
HSV(B) 305º 0.35% 0.95% -
XYZ 63.18 48.76 83.92 -
YUV 190.89 152.33 163.74 -
System Red Green Blue C M Y K H S L
Decimal 241 157 234 0 0.35 0.03 0.05 305 0.75 0.78
Hex F1 9D EA 0 23 3 5 131 4B 4E
Octal 361 235 352 0 43 3 5 461 113 116
Binary 11110001 10011101 11101010 0 100011 11 101 100110001 1001011 1001110

Color Harmonies of #F19DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19DEA

Black with #F19DEA

Text Example


Text Example

White with #F19DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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