#F294D9

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

Shades of Lavender Rose #F294D9

Tints of Lavender Rose #F294D9

Color information

#F294D9 (or 0xF294D9) is unknown color: approx Lavender Rose. HEX triplet: F2, 94 and D9. RGB value is (242,148,217). Sum of RGB (Red+Green+Blue) = 242+148+217=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F294D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294D9 is #0D6B26. Grayscale: #B7B7B7. Windows color (decimal): -879399 or 14259442. OLE color: 14259442.

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

Color convert

RGB242148217-
CMYK00.390.100.05
HSL315.96º78.33%76.47%-
HSV(B)315.96º38.84%94.9%-
XYZ59.7345.0771.2-
YUV183.97146.64169.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.87%
GREEN value IS 148 (58.20% from 255) = 24.38%
BLUE value IS 217 (85.16% from 255) = 35.75%
R=39.87%
G=24.38%
B=35.75%

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
Decimal24214821700.390.100.05315.9678.3376.47
HexF294D9027A513c4e4c
Octal362224331047125474116114
Binary1111001010010100110110010100111101010110011110010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F294D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F294D9; }

 p { color: rgb(242,148,217); }

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

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

 a { background-color: rgb(242,148,217); }

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

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

 span { border-color: rgb(242,148,217); }

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