#F198E8

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

Shades of Lavender Rose #F198E8

Tints of Lavender Rose #F198E8

Color information

#F198E8 (or 0xF198E8) is unknown color: approx Lavender Rose. HEX triplet: F1, 98 and E8. RGB value is (241,152,232). Sum of RGB (Red+Green+Blue) = 241+152+232=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 152 (59.77% from 255 or 24.32% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F198E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F198E8 is #0E6717. Grayscale: #BBBBBB. Windows color (decimal): -943896 or 15243505. OLE color: 15243505.

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

Color convert

RGB241152232-
CMYK00.370.040.05
HSL306.07º76.07%77.06%-
HSV(B)306.07º36.93%94.51%-
XYZ62.0746.9882.14-
YUV187.73152.99166-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.56%
GREEN value IS 152 (59.77% from 255) = 24.32%
BLUE value IS 232 (91.02% from 255) = 37.12%
R=38.56%
G=24.32%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115223200.370.040.05306.0776.0777.06
HexF198E8025451324c4d
Octal36123035004545462114115
Binary111100011001100011101000010010110010110011001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F198E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F198E8; }

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

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

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

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

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

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

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

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