#F39FE4

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

Shades of Lavender Rose #F39FE4

Tints of Lavender Rose #F39FE4

Color information

#F39FE4 (or 0xF39FE4) is unknown color: approx Lavender Rose. HEX triplet: F3, 9F and E4. RGB value is (243,159,228). Sum of RGB (Red+Green+Blue) = 243+159+228=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F39FE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39FE4 is #0C601B. Grayscale: #BFBFBF. Windows color (decimal): -811036 or 14983155. OLE color: 14983155.

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

Color convert

RGB243159228-
CMYK00.350.060.05
HSL310.71º77.78%78.82%-
HSV(B)310.71º34.57%95.29%-
XYZ63.3649.4579.6-
YUV191.98148.33164.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.57%
GREEN value IS 159 (62.5% from 255) = 25.24%
BLUE value IS 228 (89.45% from 255) = 36.19%
R=38.57%
G=25.24%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315922800.350.060.05310.7177.7878.82
HexF39FE4023651374e4f
Octal36323734404365467116117
Binary111100111001111111100100010001111010110011011110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39FE4; }

 p { color: rgb(243,159,228); }

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

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

 a { background-color: rgb(243,159,228); }

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

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

 span { border-color: rgb(243,159,228); }

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