#F19CEA

Color #F19CEA Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F19CEA

Tints of Lavender Rose #F19CEA

Color information

#F19CEA (or 0xF19CEA) is unknown color: approx Lavender Rose. HEX triplet: F1, 9C and EA. RGB value is (241,156,234). Sum of RGB (Red+Green+Blue) = 241+156+234=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 156 (61.33% from 255 or 24.72% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19CEA is #0E6315. Grayscale: #BEBEBE. Windows color (decimal): -942870 or 15375601. OLE color: 15375601.

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

Color convert

RGB241156234-
CMYK00.350.030.05
HSL304.94º75.22%77.84%-
HSV(B)304.94º35.27%94.51%-
XYZ63.0248.4283.87-
YUV190.31152.66164.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.19%
GREEN value IS 156 (61.33% from 255) = 24.72%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=38.19%
G=24.72%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115623400.350.030.05304.9475.2277.84
HexF19CEA023351314b4e
Octal36123435204335461113116
Binary11110001100111001110101001000111110110011000110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CEA; }

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

 H1.HeaderClassName
 {
   color: #F19CEA;
 }
 .AnyTagClassName
 {
   color: #F19CEA;
 }
</style>
background-color css

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

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

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

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

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

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