#FF97F0

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

Shades of Lavender Rose #FF97F0

Tints of Lavender Rose #FF97F0

Color information

#FF97F0 (or 0xFF97F0) is unknown color: approx Lavender Rose. HEX triplet: FF, 97 and F0. RGB value is (255,151,240). Sum of RGB (Red+Green+Blue) = 255+151+240=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 151 (59.38% from 255 or 23.37% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF97F0 is #00680F. Grayscale: #BFBFBF. Windows color (decimal): -26640 or 15767551. OLE color: 15767551.

HSL color Cylindrical-coordinate representation of color #FF97F0: hue angle of 308.65º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF97F0 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB255151240-
CMYK00.410.060
HSL308.65º100%79.61%-
HSV(B)308.65º40.78%100%-
XYZ68.0349.6888.44-
YUV192.24154.96172.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.47%
GREEN value IS 151 (59.38% from 255) = 23.37%
BLUE value IS 240 (94.14% from 255) = 37.15%
R=39.47%
G=23.37%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515124000.410.060308.6510079.61
HexFF97F0029601356450
Octal37722736005160465144120
Binary1111111110010111111100000101001110010011010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97F0; }

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

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

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

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

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

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

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

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