Html Css Color HEX #F19FED Lavender Rose

📋 copy color: '#F19FED'

red 241 ◦ green 159 ◦ blue 237

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

Shades of Lavender Rose #F19FED

Tints of Lavender Rose #F19FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 24.96%

 BLUE value IS 237 (92.97% from 255) = 37.21%

R = 37.83%
G = 24.96%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F19FED (or 0xF19FED) is known color: Lavender Rose. HEX triplet: F1, 9F and ED. RGB value is (241,159,237). Sum of RGB (Red+Green+Blue) = 241+159+237=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 159 (62.5% from 255 or 24.96% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19FED is #0E6012. Grayscale: #C0C0C0. Windows color (decimal): -942099 or 15572977. OLE color: 15572977.

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

Color convert

RGB 241 159 237 -
CMYK 0 0.34 0.02 0.05
HSL 302.93º 0.75% 0.78% -
HSV(B) 302.93º 0.34% 0.95% -
XYZ 63.96 49.61 86.33 -
YUV 192.41 153.17 162.66 -
System Red Green Blue C M Y K H S L
Decimal 241 159 237 0 0.34 0.02 0.05 302.93 0.75 0.78
Hex F1 9F ED 0 22 2 5 12F 4B 4E
Octal 361 237 355 0 42 2 5 457 113 116
Binary 11110001 10011111 11101101 0 100010 10 101 100101111 1001011 1001110

Color Harmonies of #F19FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19FED

Black with #F19FED

Text Example


Text Example

White with #F19FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19FED; }

 p { color: rgb(241,159,237); }

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

background-color css

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

 a { background-color: rgb(241,159,237); }

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

border-color css

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

 span { border-color: rgb(241,159,237); }

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