#f897f0

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

Shades of Lavender Rose #F897F0

Tints of Lavender Rose #F897F0

Color information

#F897F0 (or 0xF897F0) is unknown color: approx Lavender Rose. HEX triplet: F8, 97 and F0. RGB value is (248,151,240). Sum of RGB (Red+Green+Blue) = 248+151+240=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 151 (59.38% from 255 or 23.63% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F897F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F897F0 is #07680F. Grayscale: #BDBDBD. Windows color (decimal): -485392 or 15767544. OLE color: 15767544.

HSL color Cylindrical-coordinate representation of color #F897F0: hue angle of 304.95º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F897F0 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB248151240-
CMYK00.390.030.03
HSL304.95º87.39%78.24%-
HSV(B)304.95º39.11%97.25%-
XYZ65.5148.3888.32-
YUV190.15156.14169.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.81%
GREEN value IS 151 (59.38% from 255) = 23.63%
BLUE value IS 240 (94.14% from 255) = 37.56%
R=38.81%
G=23.63%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815124000.390.030.03304.9587.3978.24
HexF897F002733131574e
Octal37022736004733461127116
Binary1111100010010111111100000100111111110011000110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f897f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f897f0; }

 p { color: rgb(248,151,240); }

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

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

 a { background-color: rgb(248,151,240); }

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

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

 span { border-color: rgb(248,151,240); }

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