#F1A7F0

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

Shades of Lavender Rose #F1A7F0

Tints of Lavender Rose #F1A7F0

Color information

#F1A7F0 (or 0xF1A7F0) is unknown color: approx Lavender Rose. HEX triplet: F1, A7 and F0. RGB value is (241,167,240). Sum of RGB (Red+Green+Blue) = 241+167+240=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 167 (65.62% from 255 or 25.77% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A7F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A7F0 is #0E580F. Grayscale: #C5C5C5. Windows color (decimal): -940048 or 15771633. OLE color: 15771633.

HSL color Cylindrical-coordinate representation of color #F1A7F0: hue angle of 300.81º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1A7F0 is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB241167240-
CMYK00.310.000.05
HSL300.81º72.55%80%-
HSV(B)300.81º30.71%94.51%-
XYZ65.8252.6389.13-
YUV197.45152.02159.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.19%
GREEN value IS 167 (65.62% from 255) = 25.77%
BLUE value IS 240 (94.14% from 255) = 37.04%
R=37.19%
G=25.77%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116724000.310.000.05300.8172.5580
HexF1A7F001F0512d4950
Octal36124736003705455111120
Binary111100011010011111110000011111010110010110110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A7F0; }

 p { color: rgb(241,167,240); }

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

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

 a { background-color: rgb(241,167,240); }

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

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

 span { border-color: rgb(241,167,240); }

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