#F661A3

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

Shades of Brilliant Rose #F661A3

Tints of Brilliant Rose #F661A3

Color information

#F661A3 (or 0xF661A3) is unknown color: approx Brilliant Rose. HEX triplet: F6, 61 and A3. RGB value is (246,97,163). Sum of RGB (Red+Green+Blue) = 246+97+163=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F661A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F661A3 is #099E5C. Grayscale: #949494. Windows color (decimal): -630365 or 10707446. OLE color: 10707446.

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

Color convert

RGB24697163-
CMYK00.610.340.04
HSL333.42º89.22%67.25%-
HSV(B)333.42º60.57%96.47%-
XYZ48.8930.7938.02-
YUV149.07135.86197.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.62%
GREEN value IS 97 (38.28% from 255) = 19.17%
BLUE value IS 163 (64.06% from 255) = 32.21%
R=48.62%
G=19.17%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469716300.610.340.04333.4289.2267.25
HexF661A303D22414d5943
Octal366141243075424515131103
Binary11110110110000110100011011110110001010010100110110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F661A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F661A3; }

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

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

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

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

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

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

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

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