#F194D2

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

Shades of Lavender Rose #F194D2

Tints of Lavender Rose #F194D2

Color information

#F194D2 (or 0xF194D2) is unknown color: approx Lavender Rose. HEX triplet: F1, 94 and D2. RGB value is (241,148,210). Sum of RGB (Red+Green+Blue) = 241+148+210=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F194D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194D2 is #0E6B2D. Grayscale: #B6B6B6. Windows color (decimal): -944942 or 13800689. OLE color: 13800689.

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

Color convert

RGB241148210-
CMYK00.390.130.05
HSL320º76.86%76.27%-
HSV(B)320º38.59%94.51%-
XYZ58.544.5366.49-
YUV182.88143.31169.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.23%
GREEN value IS 148 (58.20% from 255) = 24.71%
BLUE value IS 210 (82.42% from 255) = 35.06%
R=40.23%
G=24.71%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114821000.390.130.0532076.8676.27
HexF194D2027D51404d4c
Octal361224322047155500115114
Binary1111000110010100110100100100111110110110100000010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F194D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F194D2; }

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

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

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

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

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

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

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

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