#F290D3

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

Shades of Lavender Rose #F290D3

Tints of Lavender Rose #F290D3

Color information

#F290D3 (or 0xF290D3) is unknown color: approx Lavender Rose. HEX triplet: F2, 90 and D3. RGB value is (242,144,211). Sum of RGB (Red+Green+Blue) = 242+144+211=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F290D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290D3 is #0D6F2C. Grayscale: #B4B4B4. Windows color (decimal): -880429 or 13865202. OLE color: 13865202.

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

Color convert

RGB242144211-
CMYK00.400.130.05
HSL318.98º79.03%75.69%-
HSV(B)318.98º40.5%94.9%-
XYZ58.3543.5366.95-
YUV180.94144.97171.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.54%
GREEN value IS 144 (56.64% from 255) = 24.12%
BLUE value IS 211 (82.81% from 255) = 35.34%
R=40.54%
G=24.12%
B=35.34%

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
Decimal24214421100.400.130.05318.9879.0375.69
HexF290D3028D513f4f4c
Octal362220323050155477117114
Binary1111001010010000110100110101000110110110011111110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F290D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F290D3; }

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

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

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

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

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

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

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

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