#F64E8D

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

Shades of French Rose #F64E8D

Tints of French Rose #F64E8D

Color information

#F64E8D (or 0xF64E8D) is unknown color: approx French Rose. HEX triplet: F6, 4E and 8D. RGB value is (246,78,141). Sum of RGB (Red+Green+Blue) = 246+78+141=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64E8D is #09B172. Grayscale: #878787. Windows color (decimal): -635251 or 9260790. OLE color: 9260790.

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

Color convert

RGB24678141-
CMYK00.680.430.04
HSL337.5º90.32%63.53%-
HSV(B)337.5º68.29%96.47%-
XYZ45.5426.9628-
YUV135.41131.16206.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.90%
GREEN value IS 78 (30.86% from 255) = 16.77%
BLUE value IS 141 (55.47% from 255) = 30.32%
R=52.90%
G=16.77%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467814100.680.430.04337.590.3263.53
HexF64E8D0442B41525a40
Octal3661162150104534522132100
Binary111101101001110100011010100010010101110010101001010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64E8D; }

 p { color: rgb(246,78,141); }

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

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

 a { background-color: rgb(246,78,141); }

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

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

 span { border-color: rgb(246,78,141); }

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