#F64AB9

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

Shades of Brilliant Rose #F64AB9

Tints of Brilliant Rose #F64AB9

Color information

#F64AB9 (or 0xF64AB9) is unknown color: approx Brilliant Rose. HEX triplet: F6, 4A and B9. RGB value is (246,74,185). Sum of RGB (Red+Green+Blue) = 246+74+185=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F64AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64AB9 is #09B546. Grayscale: #898989. Windows color (decimal): -636231 or 12143350. OLE color: 12143350.

HSL color Cylindrical-coordinate representation of color #F64AB9: hue angle of 321.28º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64AB9 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB24674185-
CMYK00.700.250.04
HSL321.28º90.53%62.75%-
HSV(B)321.28º69.92%96.47%-
XYZ49.2127.9948.71-
YUV138.08154.48204.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.71%
GREEN value IS 74 (29.30% from 255) = 14.65%
BLUE value IS 185 (72.66% from 255) = 36.63%
R=48.71%
G=14.65%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467418500.700.250.04321.2890.5362.75
HexF64AB90461941415b3f
Octal366112271010631450113377
Binary1111011010010101011100101000110110011001010000011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64AB9; }

 p { color: rgb(246,74,185); }

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

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

 a { background-color: rgb(246,74,185); }

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

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

 span { border-color: rgb(246,74,185); }

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