#F194DA

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

Shades of Lavender Rose #F194DA

Tints of Lavender Rose #F194DA

Color information

#F194DA (or 0xF194DA) is unknown color: approx Lavender Rose. HEX triplet: F1, 94 and DA. RGB value is (241,148,218). Sum of RGB (Red+Green+Blue) = 241+148+218=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F194DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194DA is #0E6B25. Grayscale: #B7B7B7. Windows color (decimal): -944934 or 14324977. OLE color: 14324977.

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

Color convert

RGB241148218-
CMYK00.390.100.05
HSL314.84º76.86%76.27%-
HSV(B)314.84º38.59%94.51%-
XYZ59.5244.9471.87-
YUV183.79147.31168.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 148 (58.20% from 255) = 24.38%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=39.70%
G=24.38%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114821800.390.100.05314.8476.8676.27
HexF194DA027A513b4d4c
Octal361224332047125473115114
Binary1111000110010100110110100100111101010110011101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F194DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F194DA; }

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

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

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

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

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

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

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

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