#F196D4

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

Shades of Lavender Rose #F196D4

Tints of Lavender Rose #F196D4

Color information

#F196D4 (or 0xF196D4) is unknown color: approx Lavender Rose. HEX triplet: F1, 96 and D4. RGB value is (241,150,212). Sum of RGB (Red+Green+Blue) = 241+150+212=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F196D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196D4 is #0E692B. Grayscale: #B8B8B8. Windows color (decimal): -944428 or 13932273. OLE color: 13932273.

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

Color convert

RGB241150212-
CMYK00.380.120.05
HSL319.12º76.47%76.67%-
HSV(B)319.12º37.76%94.51%-
XYZ59.0745.2767.91-
YUV184.28143.65168.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.97%
GREEN value IS 150 (58.98% from 255) = 24.88%
BLUE value IS 212 (83.20% from 255) = 35.16%
R=39.97%
G=24.88%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115021200.380.120.05319.1276.4776.67
HexF196D4026C513f4c4d
Octal361226324046145477114115
Binary1111000110010110110101000100110110010110011111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196D4; }

 p { color: rgb(241,150,212); }

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

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

 a { background-color: rgb(241,150,212); }

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

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

 span { border-color: rgb(241,150,212); }

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