#F64E8B

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

Shades of French Rose #F64E8B

Tints of French Rose #F64E8B

Color information

#F64E8B (or 0xF64E8B) is unknown color: approx French Rose. HEX triplet: F6, 4E and 8B. RGB value is (246,78,139). Sum of RGB (Red+Green+Blue) = 246+78+139=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64E8B is #09B174. Grayscale: #878787. Windows color (decimal): -635253 or 9129718. OLE color: 9129718.

HSL color Cylindrical-coordinate representation of color #F64E8B: hue angle of 338.21º 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 #F64E8B is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB24678139-
CMYK00.680.430.04
HSL338.21º90.32%63.53%-
HSV(B)338.21º68.29%96.47%-
XYZ45.3926.9127.23-
YUV135.19130.16207.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.13%
GREEN value IS 78 (30.86% from 255) = 16.85%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=53.13%
G=16.85%
B=30.02%

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
Decimal2467813900.680.430.04338.2190.3263.53
HexF64E8B0442B41525a40
Octal3661162130104534522132100
Binary111101101001110100010110100010010101110010101001010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64E8B; }

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

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

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

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

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

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

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

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