#F292D3

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

Shades of Lavender Rose #F292D3

Tints of Lavender Rose #F292D3

Color information

#F292D3 (or 0xF292D3) is unknown color: approx Lavender Rose. HEX triplet: F2, 92 and D3. RGB value is (242,146,211). Sum of RGB (Red+Green+Blue) = 242+146+211=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F292D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F292D3 is #0D6D2C. Grayscale: #B5B5B5. Windows color (decimal): -879917 or 13865714. OLE color: 13865714.

HSL color Cylindrical-coordinate representation of color #F292D3: hue angle of 319.38º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F292D3 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB242146211-
CMYK00.400.130.05
HSL319.38º78.69%76.08%-
HSV(B)319.38º39.67%94.9%-
XYZ58.6544.1467.06-
YUV182.11144.3170.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.40%
GREEN value IS 146 (57.42% from 255) = 24.37%
BLUE value IS 211 (82.81% from 255) = 35.23%
R=40.40%
G=24.37%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214621100.400.130.05319.3878.6976.08
HexF292D3028D513f4f4c
Octal362222323050155477117114
Binary1111001010010010110100110101000110110110011111110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F292D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F292D3; }

 p { color: rgb(242,146,211); }

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

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

 a { background-color: rgb(242,146,211); }

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

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

 span { border-color: rgb(242,146,211); }

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