#F194E1

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

Shades of Lavender Rose #F194E1

Tints of Lavender Rose #F194E1

Color information

#F194E1 (or 0xF194E1) is unknown color: approx Lavender Rose. HEX triplet: F1, 94 and E1. RGB value is (241,148,225). Sum of RGB (Red+Green+Blue) = 241+148+225=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F194E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194E1 is #0E6B1E. Grayscale: #B8B8B8. Windows color (decimal): -944927 or 14783729. OLE color: 14783729.

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

Color convert

RGB241148225-
CMYK00.390.070.05
HSL310.32º76.86%76.27%-
HSV(B)310.32º38.59%94.51%-
XYZ60.4645.3276.79-
YUV184.58150.81168.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 148 (58.20% from 255) = 24.10%
BLUE value IS 225 (88.28% from 255) = 36.64%
R=39.25%
G=24.10%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114822500.390.070.05310.3276.8676.27
HexF194E1027751364d4c
Octal36122434104775466115114
Binary111100011001010011100001010011111110110011011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F194E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F194E1; }

 p { color: rgb(241,148,225); }

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

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

 a { background-color: rgb(241,148,225); }

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

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

 span { border-color: rgb(241,148,225); }

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