#F661A9

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

Shades of Brilliant Rose #F661A9

Tints of Brilliant Rose #F661A9

Color information

#F661A9 (or 0xF661A9) is unknown color: approx Brilliant Rose. HEX triplet: F6, 61 and A9. RGB value is (246,97,169). Sum of RGB (Red+Green+Blue) = 246+97+169=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F661A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F661A9 is #099E56. Grayscale: #959595. Windows color (decimal): -630359 or 11100662. OLE color: 11100662.

HSL color Cylindrical-coordinate representation of color #F661A9: hue angle of 331.01º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F661A9 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB24697169-
CMYK00.610.310.04
HSL331.01º89.22%67.25%-
HSV(B)331.01º60.57%96.47%-
XYZ49.4431.0140.92-
YUV149.76138.86196.65-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.05%
GREEN value IS 97 (38.28% from 255) = 18.95%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=48.05%
G=18.95%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469716900.610.310.04331.0189.2267.25
HexF661A903D1F414b5943
Octal366141251075374513131103
Binary1111011011000011010100101111011111110010100101110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F661A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F661A9; }

 p { color: rgb(246,97,169); }

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

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

 a { background-color: rgb(246,97,169); }

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

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

 span { border-color: rgb(246,97,169); }

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