Html Css Color HEX #F19ED4 Lavender Rose

📋 copy color: '#F19ED4'

red 241 ◦ green 158 ◦ blue 212

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

Shades of Lavender Rose #F19ED4

Tints of Lavender Rose #F19ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.7%

R = 39.44%
G = 25.86%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F19ED4 (or 0xF19ED4) is known color: Lavender Rose. HEX triplet: F1, 9E and D4. RGB value is (241,158,212). Sum of RGB (Red+Green+Blue) = 241+158+212=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ED4 is #0E612B. Grayscale: #BCBCBC. Windows color (decimal): -942380 or 13934321. OLE color: 13934321.

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

Color convert

RGB 241 158 212 -
CMYK 0 0.34 0.12 0.05
HSL 320.96º 0.75% 0.78% -
HSV(B) 320.96º 0.34% 0.95% -
XYZ 60.39 47.91 68.35 -
YUV 188.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 241 158 212 0 0.34 0.12 0.05 320.96 0.75 0.78
Hex F1 9E D4 0 22 C 5 141 4B 4E
Octal 361 236 324 0 42 14 5 501 113 116
Binary 11110001 10011110 11010100 0 100010 1100 101 101000001 1001011 1001110

Color Harmonies of #F19ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19ED4

Black with #F19ED4

Text Example


Text Example

White with #F19ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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