#F99CF0

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

Shades of Lavender Rose #F99CF0

Tints of Lavender Rose #F99CF0

Color information

#F99CF0 (or 0xF99CF0) is unknown color: approx Lavender Rose. HEX triplet: F9, 9C and F0. RGB value is (249,156,240). Sum of RGB (Red+Green+Blue) = 249+156+240=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 156 (61.33% from 255 or 24.19% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99CF0 is #06630F. Grayscale: #C1C1C1. Windows color (decimal): -418576 or 15768825. OLE color: 15768825.

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

Color convert

RGB249156240-
CMYK00.370.040.02
HSL305.81º88.57%79.41%-
HSV(B)305.81º37.35%97.65%-
XYZ66.6850.2188.61-
YUV193.38154.31167.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.60%
GREEN value IS 156 (61.33% from 255) = 24.19%
BLUE value IS 240 (94.14% from 255) = 37.21%
R=38.60%
G=24.19%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915624000.370.040.02305.8188.5779.41
HexF99CF002542132594f
Octal37123436004542462131117
Binary11111001100111001111000001001011001010011001010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99CF0; }

 p { color: rgb(249,156,240); }

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

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

 a { background-color: rgb(249,156,240); }

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

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

 span { border-color: rgb(249,156,240); }

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