#F99AF3

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

Shades of Lavender Rose #F99AF3

Tints of Lavender Rose #F99AF3

Color information

#F99AF3 (or 0xF99AF3) is unknown color: approx Lavender Rose. HEX triplet: F9, 9A and F3. RGB value is (249,154,243). Sum of RGB (Red+Green+Blue) = 249+154+243=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 154 (60.55% from 255 or 23.84% from 646); Blue value is 243 (95.31% from 255 or 37.62% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99AF3 is #06650C. Grayscale: #C0C0C0. Windows color (decimal): -419085 or 15964921. OLE color: 15964921.

HSL color Cylindrical-coordinate representation of color #F99AF3: hue angle of 303.79º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99AF3 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB249154243-
CMYK00.380.020.02
HSL303.79º88.79%79.02%-
HSV(B)303.79º38.15%97.65%-
XYZ66.849.7290.87-
YUV192.55156.47168.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.54%
GREEN value IS 154 (60.55% from 255) = 23.84%
BLUE value IS 243 (95.31% from 255) = 37.62%
R=38.54%
G=23.84%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915424300.380.020.02303.7988.7979.02
HexF99AF302622130594f
Octal37123236304622460131117
Binary1111100110011010111100110100110101010011000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99AF3; }

 p { color: rgb(249,154,243); }

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

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

 a { background-color: rgb(249,154,243); }

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

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

 span { border-color: rgb(249,154,243); }

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