Html Css Color HEX #F19FEC Lavender Rose

📋 copy color: '#F19FEC'

red 241 ◦ green 159 ◦ blue 236

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

Shades of Lavender Rose #F19FEC

Tints of Lavender Rose #F19FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.11%

R = 37.89%
G = 25%
B = 37.11%

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

#F19FEC (or 0xF19FEC) is known color: Lavender Rose. HEX triplet: F1, 9F and EC. RGB value is (241,159,236). Sum of RGB (Red+Green+Blue) = 241+159+236=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 159 (62.5% from 255 or 25% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19FEC is #0E6013. Grayscale: #C0C0C0. Windows color (decimal): -942100 or 15507441. OLE color: 15507441.

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

Color convert

RGB 241 159 236 -
CMYK 0 0.34 0.02 0.05
HSL 303.66º 0.75% 0.78% -
HSV(B) 303.66º 0.34% 0.95% -
XYZ 63.81 49.55 85.56 -
YUV 192.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 241 159 236 0 0.34 0.02 0.05 303.66 0.75 0.78
Hex F1 9F EC 0 22 2 5 130 4B 4E
Octal 361 237 354 0 42 2 5 460 113 116
Binary 11110001 10011111 11101100 0 100010 10 101 100110000 1001011 1001110

Color Harmonies of #F19FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19FEC

Black with #F19FEC

Text Example


Text Example

White with #F19FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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