#F293D7

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

Shades of Lavender Rose #F293D7

Tints of Lavender Rose #F293D7

Color information

#F293D7 (or 0xF293D7) is unknown color: approx Lavender Rose. HEX triplet: F2, 93 and D7. RGB value is (242,147,215). Sum of RGB (Red+Green+Blue) = 242+147+215=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 147 (57.81% from 255 or 24.34% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F293D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293D7 is #0D6C28. Grayscale: #B6B6B6. Windows color (decimal): -879657 or 14128114. OLE color: 14128114.

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

Color convert

RGB242147215-
CMYK00.390.110.05
HSL317.05º78.51%76.27%-
HSV(B)317.05º39.26%94.9%-
XYZ59.3244.6569.78-
YUV183.16145.97169.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.07%
GREEN value IS 147 (57.81% from 255) = 24.34%
BLUE value IS 215 (84.38% from 255) = 35.60%
R=40.07%
G=24.34%
B=35.60%

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
Decimal24214721500.390.110.05317.0578.5176.27
HexF293D7027B513d4f4c
Octal362223327047135475117114
Binary1111001010010011110101110100111101110110011110110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F293D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F293D7; }

 p { color: rgb(242,147,215); }

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

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

 a { background-color: rgb(242,147,215); }

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

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

 span { border-color: rgb(242,147,215); }

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