#F64EA8

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

Shades of Brilliant Rose #F64EA8

Tints of Brilliant Rose #F64EA8

Color information

#F64EA8 (or 0xF64EA8) is unknown color: approx Brilliant Rose. HEX triplet: F6, 4E and A8. RGB value is (246,78,168). Sum of RGB (Red+Green+Blue) = 246+78+168=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64EA8 is #09B157. Grayscale: #8A8A8A. Windows color (decimal): -635224 or 11030262. OLE color: 11030262.

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

Color convert

RGB24678168-
CMYK00.680.320.04
HSL327.86º90.32%63.53%-
HSV(B)327.86º68.29%96.47%-
XYZ47.827.8739.91-
YUV138.49144.66204.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50%
GREEN value IS 78 (30.86% from 255) = 15.85%
BLUE value IS 168 (66.02% from 255) = 34.15%
R=50%
G=15.85%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467816800.680.320.04327.8690.3263.53
HexF64EA80442041485a40
Octal3661162500104404510132100
Binary111101101001110101010000100010010000010010100100010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64EA8; }

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

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

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

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

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

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

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

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