#F35487

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

Shades of French Rose #F35487

Tints of French Rose #F35487

Color information

#F35487 (or 0xF35487) is unknown color: approx French Rose. HEX triplet: F3, 54 and 87. RGB value is (243,84,135). Sum of RGB (Red+Green+Blue) = 243+84+135=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F35487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35487 is #0CAB78. Grayscale: #898989. Windows color (decimal): -830329 or 8869107. OLE color: 8869107.

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

Color convert

RGB24384135-
CMYK00.650.440.05
HSL340.75º86.89%64.12%-
HSV(B)340.75º65.43%95.29%-
XYZ44.5127.1425.82-
YUV137.36126.68203.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.60%
GREEN value IS 84 (33.20% from 255) = 18.18%
BLUE value IS 135 (53.12% from 255) = 29.22%
R=52.60%
G=18.18%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438413500.650.440.05340.7586.8964.12
HexF354870412C51555740
Octal3631242070101545525127100
Binary111100111010100100001110100000110110010110101010110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35487; }

 p { color: rgb(243,84,135); }

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

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

 a { background-color: rgb(243,84,135); }

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

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

 span { border-color: rgb(243,84,135); }

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