#F64EA6

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

Shades of Brilliant Rose #F64EA6

Tints of Brilliant Rose #F64EA6

Color information

#F64EA6 (or 0xF64EA6) is unknown color: approx Brilliant Rose. HEX triplet: F6, 4E and A6. RGB value is (246,78,166). Sum of RGB (Red+Green+Blue) = 246+78+166=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64EA6 is #09B159. Grayscale: #8A8A8A. Windows color (decimal): -635226 or 10899190. OLE color: 10899190.

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

Color convert

RGB24678166-
CMYK00.680.330.04
HSL328.57º90.32%63.53%-
HSV(B)328.57º68.29%96.47%-
XYZ47.6127.7938.93-
YUV138.26143.66204.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.20%
GREEN value IS 78 (30.86% from 255) = 15.92%
BLUE value IS 166 (65.23% from 255) = 33.88%
R=50.20%
G=15.92%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467816600.680.330.04328.5790.3263.53
HexF64EA60442141495a40
Octal3661162460104414511132100
Binary111101101001110101001100100010010000110010100100110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64EA6; }

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

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

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

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

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

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

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

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