#F198DA

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

Shades of Lavender Rose #F198DA

Tints of Lavender Rose #F198DA

Color information

#F198DA (or 0xF198DA) is unknown color: approx Lavender Rose. HEX triplet: F1, 98 and DA. RGB value is (241,152,218). Sum of RGB (Red+Green+Blue) = 241+152+218=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 152 (59.77% from 255 or 24.88% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F198DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198DA is #0E6725. Grayscale: #B9B9B9. Windows color (decimal): -943910 or 14326001. OLE color: 14326001.

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

Color convert

RGB241152218-
CMYK00.370.100.05
HSL315.51º76.07%77.06%-
HSV(B)315.51º36.93%94.51%-
XYZ60.1646.2272.08-
YUV186.14145.99167.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.44%
GREEN value IS 152 (59.77% from 255) = 24.88%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=39.44%
G=24.88%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115221800.370.100.05315.5176.0777.06
HexF198DA025A513c4c4d
Octal361230332045125474114115
Binary1111000110011000110110100100101101010110011110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F198DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F198DA; }

 p { color: rgb(241,152,218); }

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

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

 a { background-color: rgb(241,152,218); }

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

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

 span { border-color: rgb(241,152,218); }

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