#F290D5

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

Shades of Lavender Rose #F290D5

Tints of Lavender Rose #F290D5

Color information

#F290D5 (or 0xF290D5) is unknown color: approx Lavender Rose. HEX triplet: F2, 90 and D5. RGB value is (242,144,213). Sum of RGB (Red+Green+Blue) = 242+144+213=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F290D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290D5 is #0D6F2A. Grayscale: #B4B4B4. Windows color (decimal): -880427 or 13996274. OLE color: 13996274.

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

Color convert

RGB242144213-
CMYK00.400.120.05
HSL317.76º79.03%75.69%-
HSV(B)317.76º40.5%94.9%-
XYZ58.643.6368.28-
YUV181.17145.97171.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.40%
GREEN value IS 144 (56.64% from 255) = 24.04%
BLUE value IS 213 (83.59% from 255) = 35.56%
R=40.40%
G=24.04%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214421300.400.120.05317.7679.0375.69
HexF290D5028C513e4f4c
Octal362220325050145476117114
Binary1111001010010000110101010101000110010110011111010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F290D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F290D5; }

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

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

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

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

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

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

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

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