#F35386

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

Shades of French Rose #F35386

Tints of French Rose #F35386

Color information

#F35386 (or 0xF35386) is unknown color: approx French Rose. HEX triplet: F3, 53 and 86. RGB value is (243,83,134). Sum of RGB (Red+Green+Blue) = 243+83+134=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F35386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35386 is #0CAC79. Grayscale: #888888. Windows color (decimal): -830586 or 8803315. OLE color: 8803315.

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

Color convert

RGB24383134-
CMYK00.660.450.05
HSL340.88º86.96%63.92%-
HSV(B)340.88º65.84%95.29%-
XYZ44.3626.9625.42-
YUV136.65126.51203.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.83%
GREEN value IS 83 (32.81% from 255) = 18.04%
BLUE value IS 134 (52.73% from 255) = 29.13%
R=52.83%
G=18.04%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438313400.660.450.05340.8886.9663.92
HexF353860422D51555740
Octal3631232060102555525127100
Binary111100111010011100001100100001010110110110101010110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35386; }

 p { color: rgb(243,83,134); }

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

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

 a { background-color: rgb(243,83,134); }

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

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

 span { border-color: rgb(243,83,134); }

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