#F192D5

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

Shades of Lavender Rose #F192D5

Tints of Lavender Rose #F192D5

Color information

#F192D5 (or 0xF192D5) is unknown color: approx Lavender Rose. HEX triplet: F1, 92 and D5. RGB value is (241,146,213). Sum of RGB (Red+Green+Blue) = 241+146+213=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F192D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192D5 is #0E6D2A. Grayscale: #B5B5B5. Windows color (decimal): -945451 or 13996785. OLE color: 13996785.

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

Color convert

RGB241146213-
CMYK00.390.120.05
HSL317.68º77.24%75.88%-
HSV(B)317.68º39.42%94.51%-
XYZ58.5644.0668.37-
YUV182.04145.47170.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.17%
GREEN value IS 146 (57.42% from 255) = 24.33%
BLUE value IS 213 (83.59% from 255) = 35.5%
R=40.17%
G=24.33%
B=35.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114621300.390.120.05317.6877.2475.88
HexF192D5027C513e4d4c
Octal361222325047145476115114
Binary1111000110010010110101010100111110010110011111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F192D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F192D5; }

 p { color: rgb(241,146,213); }

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

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

 a { background-color: rgb(241,146,213); }

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

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

 span { border-color: rgb(241,146,213); }

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