#F64FB2

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

Shades of Brilliant Rose #F64FB2

Tints of Brilliant Rose #F64FB2

Color information

#F64FB2 (or 0xF64FB2) is unknown color: approx Brilliant Rose. HEX triplet: F6, 4F and B2. RGB value is (246,79,178). Sum of RGB (Red+Green+Blue) = 246+79+178=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64FB2 is #09B04D. Grayscale: #8B8B8B. Windows color (decimal): -634958 or 11685878. OLE color: 11685878.

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

Color convert

RGB24679178-
CMYK00.680.280.04
HSL324.43º90.27%63.73%-
HSV(B)324.43º67.89%96.47%-
XYZ48.8428.445.03-
YUV140.22149.33203.45-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.91%
GREEN value IS 79 (31.25% from 255) = 15.71%
BLUE value IS 178 (69.92% from 255) = 35.39%
R=48.91%
G=15.71%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467917800.680.280.04324.4390.2763.73
HexF64FB20441C41445a40
Octal3661172620104344504132100
Binary11110110100111110110010010001001110010010100010010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64FB2; }

 p { color: rgb(246,79,178); }

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

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

 a { background-color: rgb(246,79,178); }

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

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

 span { border-color: rgb(246,79,178); }

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