#F39AD4

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

Shades of Lavender Rose #F39AD4

Tints of Lavender Rose #F39AD4

Color information

#F39AD4 (or 0xF39AD4) is unknown color: approx Lavender Rose. HEX triplet: F3, 9A and D4. RGB value is (243,154,212). Sum of RGB (Red+Green+Blue) = 243+154+212=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F39AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39AD4 is #0C652B. Grayscale: #BBBBBB. Windows color (decimal): -812332 or 13933299. OLE color: 13933299.

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

Color convert

RGB243154212-
CMYK00.370.130.05
HSL320.9º78.76%77.84%-
HSV(B)320.9º36.63%95.29%-
XYZ60.446.9268.16-
YUV187.22141.99167.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.90%
GREEN value IS 154 (60.55% from 255) = 25.29%
BLUE value IS 212 (83.20% from 255) = 34.81%
R=39.90%
G=25.29%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315421200.370.130.05320.978.7677.84
HexF39AD4025D51414f4e
Octal363232324045155501117116
Binary1111001110011010110101000100101110110110100000110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39AD4; }

 p { color: rgb(243,154,212); }

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

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

 a { background-color: rgb(243,154,212); }

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

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

 span { border-color: rgb(243,154,212); }

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