#F64782

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

Shades of French Rose #F64782

Tints of French Rose #F64782

Color information

#F64782 (or 0xF64782) is unknown color: approx French Rose. HEX triplet: F6, 47 and 82. RGB value is (246,71,130). Sum of RGB (Red+Green+Blue) = 246+71+130=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F64782 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64782 is #09B87D. Grayscale: #818181. Windows color (decimal): -637054 or 8538102. OLE color: 8538102.

HSL color Cylindrical-coordinate representation of color #F64782: hue angle of 339.77º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F64782 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB24671130-
CMYK00.710.470.04
HSL339.77º90.67%62.16%-
HSV(B)339.77º71.14%96.47%-
XYZ44.2925.7123.75-
YUV130.05127.98210.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.03%
GREEN value IS 71 (28.12% from 255) = 15.88%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=55.03%
G=15.88%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467113000.710.470.04339.7790.6762.16
HexF647820472F41545b3e
Octal366107202010757452413376
Binary11110110100011110000010010001111011111001010101001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64782; }

 p { color: rgb(246,71,130); }

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

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

 a { background-color: rgb(246,71,130); }

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

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

 span { border-color: rgb(246,71,130); }

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