Html Css Color HEX #F19DF0 Lavender Rose

📋 copy color: '#F19DF0'

red 241 ◦ green 157 ◦ blue 240

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

Shades of Lavender Rose #F19DF0

Tints of Lavender Rose #F19DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.62%

R = 37.77%
G = 24.61%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F19DF0 (or 0xF19DF0) is known color: Lavender Rose. HEX triplet: F1, 9D and F0. RGB value is (241,157,240). Sum of RGB (Red+Green+Blue) = 241+157+240=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 157 (61.72% from 255 or 24.61% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19DF0 is #0E620F. Grayscale: #BFBFBF. Windows color (decimal): -942608 or 15769073. OLE color: 15769073.

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

Color convert

RGB 241 157 240 -
CMYK 0 0.35 0.00 0.05
HSL 300.71º 0.75% 0.78% -
HSV(B) 300.71º 0.35% 0.95% -
XYZ 64.06 49.11 88.54 -
YUV 191.58 155.33 163.25 -
System Red Green Blue C M Y K H S L
Decimal 241 157 240 0 0.35 0.00 0.05 300.71 0.75 0.78
Hex F1 9D F0 0 23 0 5 12D 4B 4E
Octal 361 235 360 0 43 0 5 455 113 116
Binary 11110001 10011101 11110000 0 100011 0 101 100101101 1001011 1001110

Color Harmonies of #F19DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19DF0

Black with #F19DF0

Text Example


Text Example

White with #F19DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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