#F39FCF

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

Shades of Lavender Pink #F39FCF

Tints of Lavender Pink #F39FCF

Color information

#F39FCF (or 0xF39FCF) is unknown color: approx Lavender Pink. HEX triplet: F3, 9F and CF. RGB value is (243,159,207). Sum of RGB (Red+Green+Blue) = 243+159+207=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F39FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39FCF is #0C6030. Grayscale: #BDBDBD. Windows color (decimal): -811057 or 13606899. OLE color: 13606899.

HSL color Cylindrical-coordinate representation of color #F39FCF: hue angle of 325.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 #F39FCF is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB243159207-
CMYK00.350.150.05
HSL325.71º77.78%78.82%-
HSV(B)325.71º34.57%95.29%-
XYZ60.6248.3665.17-
YUV189.59137.83166.1-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.90%
GREEN value IS 159 (62.5% from 255) = 26.11%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=39.90%
G=26.11%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315920700.350.150.05325.7177.7878.82
HexF39FCF023F51464e4f
Octal363237317043175506116117
Binary1111001110011111110011110100011111110110100011010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39FCF; }

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

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

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

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

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

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

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

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