#F195D4

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

Shades of Lavender Rose #F195D4

Tints of Lavender Rose #F195D4

Color information

#F195D4 (or 0xF195D4) is unknown color: approx Lavender Rose. HEX triplet: F1, 95 and D4. RGB value is (241,149,212). Sum of RGB (Red+Green+Blue) = 241+149+212=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F195D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195D4 is #0E6A2B. Grayscale: #B7B7B7. Windows color (decimal): -944684 or 13932017. OLE color: 13932017.

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

Color convert

RGB241149212-
CMYK00.380.120.05
HSL318.91º76.67%76.47%-
HSV(B)318.91º38.17%94.51%-
XYZ58.9144.9567.86-
YUV183.69143.98168.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.03%
GREEN value IS 149 (58.59% from 255) = 24.75%
BLUE value IS 212 (83.20% from 255) = 35.22%
R=40.03%
G=24.75%
B=35.22%

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
Decimal24114921200.380.120.05318.9176.6776.47
HexF195D4026C513f4d4c
Octal361225324046145477115114
Binary1111000110010101110101000100110110010110011111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F195D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F195D4; }

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

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

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

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

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

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

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

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