#F65584

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

Shades of French Rose #F65584

Tints of French Rose #F65584

Color information

#F65584 (or 0xF65584) is unknown color: approx French Rose. HEX triplet: F6, 55 and 84. RGB value is (246,85,132). Sum of RGB (Red+Green+Blue) = 246+85+132=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F65584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65584 is #09AA7B. Grayscale: #8A8A8A. Windows color (decimal): -633468 or 8672758. OLE color: 8672758.

HSL color Cylindrical-coordinate representation of color #F65584: hue angle of 342.48º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F65584 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB24685132-
CMYK00.650.460.04
HSL342.48º89.94%64.9%-
HSV(B)342.48º65.45%96.47%-
XYZ45.4227.7624.79-
YUV138.5124.34204.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.13%
GREEN value IS 85 (33.59% from 255) = 18.36%
BLUE value IS 132 (51.95% from 255) = 28.51%
R=53.13%
G=18.36%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2468513200.650.460.04342.4889.9464.9
HexF655840412E41565a41
Octal3661252040101564526132101
Binary111101101010101100001000100000110111010010101011010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65584; }

 p { color: rgb(246,85,132); }

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

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

 a { background-color: rgb(246,85,132); }

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

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

 span { border-color: rgb(246,85,132); }

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