#F19CEF

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

Shades of Lavender Rose #F19CEF

Tints of Lavender Rose #F19CEF

Color information

#F19CEF (or 0xF19CEF) is unknown color: approx Lavender Rose. HEX triplet: F1, 9C and EF. RGB value is (241,156,239). Sum of RGB (Red+Green+Blue) = 241+156+239=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 156 (61.33% from 255 or 24.53% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19CEF is #0E6310. Grayscale: #BEBEBE. Windows color (decimal): -942865 or 15703281. OLE color: 15703281.

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

Color convert

RGB241156239-
CMYK00.350.010.05
HSL301.41º75.22%77.84%-
HSV(B)301.41º35.27%94.51%-
XYZ63.7448.7187.7-
YUV190.88155.16163.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.89%
GREEN value IS 156 (61.33% from 255) = 24.53%
BLUE value IS 239 (93.75% from 255) = 37.58%
R=37.89%
G=24.53%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115623900.350.010.05301.4175.2277.84
HexF19CEF0231512d4b4e
Octal36123435704315455113116
Binary1111000110011100111011110100011110110010110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CEF; }

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

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

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

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

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

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

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

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