#FF96F1

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

Shades of Lavender Rose #FF96F1

Tints of Lavender Rose #FF96F1

Color information

#FF96F1 (or 0xFF96F1) is unknown color: approx Lavender Rose. HEX triplet: FF, 96 and F1. RGB value is (255,150,241). Sum of RGB (Red+Green+Blue) = 255+150+241=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 150 (58.98% from 255 or 23.22% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96F1 is #00690E. Grayscale: #BFBFBF. Windows color (decimal): -26895 or 15832831. OLE color: 15832831.

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

Color convert

RGB255150241-
CMYK00.410.050
HSL308º100%79.41%-
HSV(B)308º41.18%100%-
XYZ68.0249.4289.17-
YUV191.77155.79173.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.47%
GREEN value IS 150 (58.98% from 255) = 23.22%
BLUE value IS 241 (94.53% from 255) = 37.31%
R=39.47%
G=23.22%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515024100.410.05030810079.41
HexFF96F102950134644f
Octal37722636105150464144117
Binary1111111110010110111100010101001101010011010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96F1; }

 p { color: rgb(255,150,241); }

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

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

 a { background-color: rgb(255,150,241); }

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

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

 span { border-color: rgb(255,150,241); }

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