#F892DF

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

Shades of Lavender Rose #F892DF

Tints of Lavender Rose #F892DF

Color information

#F892DF (or 0xF892DF) is unknown color: approx Lavender Rose. HEX triplet: F8, 92 and DF. RGB value is (248,146,223). Sum of RGB (Red+Green+Blue) = 248+146+223=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 146 (57.42% from 255 or 23.66% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F892DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892DF is #076D20. Grayscale: #B9B9B9. Windows color (decimal): -486689 or 14652152. OLE color: 14652152.

HSL color Cylindrical-coordinate representation of color #F892DF: hue angle of 314.71º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F892DF is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248146223-
CMYK00.410.100.03
HSL314.71º87.93%77.25%-
HSV(B)314.71º41.13%97.25%-
XYZ62.3145.8475.38-
YUV185.28149.29172.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.19%
GREEN value IS 146 (57.42% from 255) = 23.66%
BLUE value IS 223 (87.5% from 255) = 36.14%
R=40.19%
G=23.66%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814622300.410.100.03314.7187.9377.25
HexF892DF029A313b584d
Octal370222337051123473130115
Binary111110001001001011011111010100110101110011101110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F892DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F892DF; }

 p { color: rgb(248,146,223); }

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

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

 a { background-color: rgb(248,146,223); }

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

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

 span { border-color: rgb(248,146,223); }

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