#F396EA

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

Shades of Lavender Rose #F396EA

Tints of Lavender Rose #F396EA

Color information

#F396EA (or 0xF396EA) is unknown color: approx Lavender Rose. HEX triplet: F3, 96 and EA. RGB value is (243,150,234). Sum of RGB (Red+Green+Blue) = 243+150+234=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 150 (58.98% from 255 or 23.92% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F396EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F396EA is #0C6915. Grayscale: #BBBBBB. Windows color (decimal): -813334 or 15374067. OLE color: 15374067.

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

Color convert

RGB243150234-
CMYK00.380.040.05
HSL305.81º79.49%77.06%-
HSV(B)305.81º38.27%95.29%-
XYZ62.7246.8183.57-
YUV187.38154.31167.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.76%
GREEN value IS 150 (58.98% from 255) = 23.92%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=38.76%
G=23.92%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315023400.380.040.05305.8179.4977.06
HexF396EA026451324f4d
Octal36322635204645462117115
Binary111100111001011011101010010011010010110011001010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F396EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F396EA; }

 p { color: rgb(243,150,234); }

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

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

 a { background-color: rgb(243,150,234); }

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

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

 span { border-color: rgb(243,150,234); }

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