#F292DA

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

Shades of Lavender Rose #F292DA

Tints of Lavender Rose #F292DA

Color information

#F292DA (or 0xF292DA) is unknown color: approx Lavender Rose. HEX triplet: F2, 92 and DA. RGB value is (242,146,218). Sum of RGB (Red+Green+Blue) = 242+146+218=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F292DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F292DA is #0D6D25. Grayscale: #B6B6B6. Windows color (decimal): -879910 or 14324466. OLE color: 14324466.

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

Color convert

RGB242146218-
CMYK00.400.100.05
HSL315º78.69%76.08%-
HSV(B)315º39.67%94.9%-
XYZ59.5544.571.78-
YUV182.91147.8170.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.93%
GREEN value IS 146 (57.42% from 255) = 24.09%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=39.93%
G=24.09%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214621800.400.100.0531578.6976.08
HexF292DA028A513b4f4c
Octal362222332050125473117114
Binary1111001010010010110110100101000101010110011101110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F292DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F292DA; }

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

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

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

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

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

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

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

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