#F666A1

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

Shades of Brilliant Rose #F666A1

Tints of Brilliant Rose #F666A1

Color information

#F666A1 (or 0xF666A1) is unknown color: approx Brilliant Rose. HEX triplet: F6, 66 and A1. RGB value is (246,102,161). Sum of RGB (Red+Green+Blue) = 246+102+161=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F666A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F666A1 is #09995E. Grayscale: #979797. Windows color (decimal): -629087 or 10577654. OLE color: 10577654.

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

Color convert

RGB246102161-
CMYK00.590.350.04
HSL335.42º88.89%68.24%-
HSV(B)335.42º58.54%96.47%-
XYZ49.1931.6737.24-
YUV151.78133.21195.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.33%
GREEN value IS 102 (40.23% from 255) = 20.04%
BLUE value IS 161 (63.28% from 255) = 31.63%
R=48.33%
G=20.04%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610216100.590.350.04335.4288.8968.24
HexF666A103B23414f5944
Octal366146241073434517131104
Binary11110110110011010100001011101110001110010100111110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F666A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F666A1; }

 p { color: rgb(246,102,161); }

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

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

 a { background-color: rgb(246,102,161); }

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

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

 span { border-color: rgb(246,102,161); }

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