#F34D89

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

Shades of French Rose #F34D89

Tints of French Rose #F34D89

Color information

#F34D89 (or 0xF34D89) is unknown color: approx French Rose. HEX triplet: F3, 4D and 89. RGB value is (243,77,137). Sum of RGB (Red+Green+Blue) = 243+77+137=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34D89 is #0CB276. Grayscale: #858585. Windows color (decimal): -832119 or 8998387. OLE color: 8998387.

HSL color Cylindrical-coordinate representation of color #F34D89: hue angle of 338.31º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34D89 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB24377137-
CMYK00.680.440.05
HSL338.31º87.37%62.75%-
HSV(B)338.31º68.31%95.29%-
XYZ44.1326.1726.39-
YUV133.47130206.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.17%
GREEN value IS 77 (30.47% from 255) = 16.85%
BLUE value IS 137 (53.91% from 255) = 29.98%
R=53.17%
G=16.85%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437713700.680.440.05338.3187.3762.75
HexF34D890442C5152573f
Octal363115211010454552212777
Binary11110011100110110001001010001001011001011010100101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34D89; }

 p { color: rgb(243,77,137); }

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

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

 a { background-color: rgb(243,77,137); }

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

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

 span { border-color: rgb(243,77,137); }

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