#F99AF1

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

Shades of Lavender Rose #F99AF1

Tints of Lavender Rose #F99AF1

Color information

#F99AF1 (or 0xF99AF1) is unknown color: approx Lavender Rose. HEX triplet: F9, 9A and F1. RGB value is (249,154,241). Sum of RGB (Red+Green+Blue) = 249+154+241=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 154 (60.55% from 255 or 23.91% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99AF1 is #06650E. Grayscale: #C0C0C0. Windows color (decimal): -419087 or 15833849. OLE color: 15833849.

HSL color Cylindrical-coordinate representation of color #F99AF1: hue angle of 305.05º 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 #F99AF1 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB249154241-
CMYK00.380.030.02
HSL305.05º88.79%79.02%-
HSV(B)305.05º38.15%97.65%-
XYZ66.549.689.29-
YUV192.32155.47168.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.66%
GREEN value IS 154 (60.55% from 255) = 23.91%
BLUE value IS 241 (94.53% from 255) = 37.42%
R=38.66%
G=23.91%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915424100.380.030.02305.0588.7979.02
HexF99AF102632131594f
Octal37123236104632461131117
Binary1111100110011010111100010100110111010011000110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99AF1; }

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

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

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

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

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

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

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

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