#F190D4

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

Shades of Lavender Rose #F190D4

Tints of Lavender Rose #F190D4

Color information

#F190D4 (or 0xF190D4) is unknown color: approx Lavender Rose. HEX triplet: F1, 90 and D4. RGB value is (241,144,212). Sum of RGB (Red+Green+Blue) = 241+144+212=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F190D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190D4 is #0E6F2B. Grayscale: #B4B4B4. Windows color (decimal): -945964 or 13930737. OLE color: 13930737.

HSL color Cylindrical-coordinate representation of color #F190D4: hue angle of 317.94º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190D4 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB241144212-
CMYK00.400.120.05
HSL317.94º77.6%75.49%-
HSV(B)317.94º40.25%94.51%-
XYZ58.1343.467.6-
YUV180.76145.64170.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.37%
GREEN value IS 144 (56.64% from 255) = 24.12%
BLUE value IS 212 (83.20% from 255) = 35.51%
R=40.37%
G=24.12%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114421200.400.120.05317.9477.675.49
HexF190D4028C513e4e4b
Octal361220324050145476116113
Binary1111000110010000110101000101000110010110011111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190D4; }

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

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

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

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

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

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

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

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