#f293d2

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

Shades of Lavender Rose #F293D2

Tints of Lavender Rose #F293D2

Color information

#F293D2 (or 0xF293D2) is unknown color: approx Lavender Rose. HEX triplet: F2, 93 and D2. RGB value is (242,147,210). Sum of RGB (Red+Green+Blue) = 242+147+210=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F293D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293D2 is #0D6C2D. Grayscale: #B6B6B6. Windows color (decimal): -879662 or 13800434. OLE color: 13800434.

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

Color convert

RGB242147210-
CMYK00.390.130.05
HSL320.21º78.51%76.27%-
HSV(B)320.21º39.26%94.9%-
XYZ58.6844.466.45-
YUV182.59143.47170.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.40%
GREEN value IS 147 (57.81% from 255) = 24.54%
BLUE value IS 210 (82.42% from 255) = 35.06%
R=40.40%
G=24.54%
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
Decimal24214721000.390.130.05320.2178.5176.27
HexF293D2027D51404f4c
Octal362223322047155500117114
Binary1111001010010011110100100100111110110110100000010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f293d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f293d2; }

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

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

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

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

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

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

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

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