#F192D2

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

Shades of Lavender Rose #F192D2

Tints of Lavender Rose #F192D2

Color information

#F192D2 (or 0xF192D2) is unknown color: approx Lavender Rose. HEX triplet: F1, 92 and D2. RGB value is (241,146,210). Sum of RGB (Red+Green+Blue) = 241+146+210=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F192D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192D2 is #0E6D2D. Grayscale: #B5B5B5. Windows color (decimal): -945454 or 13800177. OLE color: 13800177.

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

Color convert

RGB241146210-
CMYK00.390.130.05
HSL319.58º77.24%75.88%-
HSV(B)319.58º39.42%94.51%-
XYZ58.1943.9166.38-
YUV181.7143.97170.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.37%
GREEN value IS 146 (57.42% from 255) = 24.46%
BLUE value IS 210 (82.42% from 255) = 35.18%
R=40.37%
G=24.46%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114621000.390.130.05319.5877.2475.88
HexF192D2027D51404d4c
Octal361222322047155500115114
Binary1111000110010010110100100100111110110110100000010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F192D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F192D2; }

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

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

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

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

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

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

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

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