#F661A4

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

Shades of Brilliant Rose #F661A4

Tints of Brilliant Rose #F661A4

Color information

#F661A4 (or 0xF661A4) is unknown color: approx Brilliant Rose. HEX triplet: F6, 61 and A4. RGB value is (246,97,164). Sum of RGB (Red+Green+Blue) = 246+97+164=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F661A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F661A4 is #099E5B. Grayscale: #959595. Windows color (decimal): -630364 or 10772982. OLE color: 10772982.

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

Color convert

RGB24697164-
CMYK00.610.330.04
HSL333.02º89.22%67.25%-
HSV(B)333.02º60.57%96.47%-
XYZ48.9830.8238.49-
YUV149.19136.36197.05-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.52%
GREEN value IS 97 (38.28% from 255) = 19.13%
BLUE value IS 164 (64.45% from 255) = 32.35%
R=48.52%
G=19.13%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469716400.610.330.04333.0289.2267.25
HexF661A403D21414d5943
Octal366141244075414515131103
Binary11110110110000110100100011110110000110010100110110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F661A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F661A4; }

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

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

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

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

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

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

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

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