#F192DC

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

Shades of Lavender Rose #F192DC

Tints of Lavender Rose #F192DC

Color information

#F192DC (or 0xF192DC) is unknown color: approx Lavender Rose. HEX triplet: F1, 92 and DC. RGB value is (241,146,220). Sum of RGB (Red+Green+Blue) = 241+146+220=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F192DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192DC is #0E6D23. Grayscale: #B6B6B6. Windows color (decimal): -945444 or 14455537. OLE color: 14455537.

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

Color convert

RGB241146220-
CMYK00.390.090.05
HSL313.26º77.24%75.88%-
HSV(B)313.26º39.42%94.51%-
XYZ59.4744.4373.15-
YUV182.84148.97169.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 146 (57.42% from 255) = 24.05%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=39.70%
G=24.05%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114622000.390.090.05313.2677.2475.88
HexF192DC027951394d4c
Octal361222334047115471115114
Binary1111000110010010110111000100111100110110011100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F192DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F192DC; }

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

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

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

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

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

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

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

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