#F194D6

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

Shades of Lavender Rose #F194D6

Tints of Lavender Rose #F194D6

Color information

#F194D6 (or 0xF194D6) is unknown color: approx Lavender Rose. HEX triplet: F1, 94 and D6. RGB value is (241,148,214). Sum of RGB (Red+Green+Blue) = 241+148+214=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F194D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194D6 is #0E6B29. Grayscale: #B7B7B7. Windows color (decimal): -944938 or 14062833. OLE color: 14062833.

HSL color Cylindrical-coordinate representation of color #F194D6: hue angle of 317.42º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F194D6 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB241148214-
CMYK00.390.110.05
HSL317.42º76.86%76.27%-
HSV(B)317.42º38.59%94.51%-
XYZ5944.7469.14-
YUV183.33145.31169.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.97%
GREEN value IS 148 (58.20% from 255) = 24.54%
BLUE value IS 214 (83.98% from 255) = 35.49%
R=39.97%
G=24.54%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114821400.390.110.05317.4276.8676.27
HexF194D6027B513d4d4c
Octal361224326047135475115114
Binary1111000110010100110101100100111101110110011110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F194D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F194D6; }

 p { color: rgb(241,148,214); }

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

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

 a { background-color: rgb(241,148,214); }

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

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

 span { border-color: rgb(241,148,214); }

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