#F34D90

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

Shades of French Rose #F34D90

Tints of French Rose #F34D90

Color information

#F34D90 (or 0xF34D90) is unknown color: approx French Rose. HEX triplet: F3, 4D and 90. RGB value is (243,77,144). Sum of RGB (Red+Green+Blue) = 243+77+144=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34D90 is #0CB26F. Grayscale: #868686. Windows color (decimal): -832112 or 9457139. OLE color: 9457139.

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

Color convert

RGB24377144-
CMYK00.680.410.05
HSL335.78º87.37%62.75%-
HSV(B)335.78º68.31%95.29%-
XYZ44.6526.3829.12-
YUV134.27133.5205.55-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.37%
GREEN value IS 77 (30.47% from 255) = 16.59%
BLUE value IS 144 (56.64% from 255) = 31.03%
R=52.37%
G=16.59%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437714400.680.410.05335.7887.3762.75
HexF34D90044295150573f
Octal363115220010451552012777
Binary11110011100110110010000010001001010011011010100001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34D90; }

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

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

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

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

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

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

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

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