#F34D8A

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

Shades of French Rose #F34D8A

Tints of French Rose #F34D8A

Color information

#F34D8A (or 0xF34D8A) is unknown color: approx French Rose. HEX triplet: F3, 4D and 8A. RGB value is (243,77,138). Sum of RGB (Red+Green+Blue) = 243+77+138=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34D8A is #0CB275. Grayscale: #858585. Windows color (decimal): -832118 or 9063923. OLE color: 9063923.

HSL color Cylindrical-coordinate representation of color #F34D8A: hue angle of 337.95º 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 #F34D8A is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB24377138-
CMYK00.680.430.05
HSL337.95º87.37%62.75%-
HSV(B)337.95º68.31%95.29%-
XYZ44.226.226.77-
YUV133.59130.5206.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.06%
GREEN value IS 77 (30.47% from 255) = 16.81%
BLUE value IS 138 (54.30% from 255) = 30.13%
R=53.06%
G=16.81%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437713800.680.430.05337.9587.3762.75
HexF34D8A0442B5152573f
Octal363115212010453552212777
Binary11110011100110110001010010001001010111011010100101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34D8A; }

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

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

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

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

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

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

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

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