#F195DF

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

Shades of Lavender Rose #F195DF

Tints of Lavender Rose #F195DF

Color information

#F195DF (or 0xF195DF) is unknown color: approx Lavender Rose. HEX triplet: F1, 95 and DF. RGB value is (241,149,223). Sum of RGB (Red+Green+Blue) = 241+149+223=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F195DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195DF is #0E6A20. Grayscale: #B8B8B8. Windows color (decimal): -944673 or 14652913. OLE color: 14652913.

HSL color Cylindrical-coordinate representation of color #F195DF: hue angle of 311.74º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F195DF is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB241149223-
CMYK00.380.070.05
HSL311.74º76.67%76.47%-
HSV(B)311.74º38.17%94.51%-
XYZ60.3445.5275.42-
YUV184.94149.48167.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.31%
GREEN value IS 149 (58.59% from 255) = 24.31%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=39.31%
G=24.31%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114922300.380.070.05311.7476.6776.47
HexF195DF026751384d4c
Octal36122533704675470115114
Binary111100011001010111011111010011011110110011100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F195DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F195DF; }

 p { color: rgb(241,149,223); }

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

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

 a { background-color: rgb(241,149,223); }

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

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

 span { border-color: rgb(241,149,223); }

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