#F198D1

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

Shades of Lavender Rose #F198D1

Tints of Lavender Rose #F198D1

Color information

#F198D1 (or 0xF198D1) is unknown color: approx Lavender Rose. HEX triplet: F1, 98 and D1. RGB value is (241,152,209). Sum of RGB (Red+Green+Blue) = 241+152+209=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F198D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198D1 is #0E672E. Grayscale: #B8B8B8. Windows color (decimal): -943919 or 13736177. OLE color: 13736177.

HSL color Cylindrical-coordinate representation of color #F198D1: hue angle of 321.57º 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 #F198D1 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB241152209-
CMYK00.370.130.05
HSL321.57º76.07%77.06%-
HSV(B)321.57º36.93%94.51%-
XYZ59.0145.7666.04-
YUV185.11141.49167.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.03%
GREEN value IS 152 (59.77% from 255) = 25.25%
BLUE value IS 209 (82.03% from 255) = 34.72%
R=40.03%
G=25.25%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115220900.370.130.05321.5776.0777.06
HexF198D1025D51424c4d
Octal361230321045155502114115
Binary1111000110011000110100010100101110110110100001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F198D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F198D1; }

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

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

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

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

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

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

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

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