#F34983

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

Shades of French Rose #F34983

Tints of French Rose #F34983

Color information

#F34983 (or 0xF34983) is unknown color: approx French Rose. HEX triplet: F3, 49 and 83. RGB value is (243,73,131). Sum of RGB (Red+Green+Blue) = 243+73+131=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F34983 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34983 is #0CB67C. Grayscale: #828282. Windows color (decimal): -833149 or 8604147. OLE color: 8604147.

HSL color Cylindrical-coordinate representation of color #F34983: hue angle of 339.53º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34983 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB24373131-
CMYK00.700.460.05
HSL339.53º87.63%61.96%-
HSV(B)339.53º69.96%95.29%-
XYZ43.4425.4624.1-
YUV130.44128.32208.28-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.36%
GREEN value IS 73 (28.91% from 255) = 16.33%
BLUE value IS 131 (51.56% from 255) = 29.31%
R=54.36%
G=16.33%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437313100.700.460.05339.5387.6361.96
HexF349830462E5154583e
Octal363111203010656552413076
Binary11110011100100110000011010001101011101011010101001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34983; }

 p { color: rgb(243,73,131); }

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

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

 a { background-color: rgb(243,73,131); }

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

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

 span { border-color: rgb(243,73,131); }

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