#FF66A0

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

Shades of Brilliant Rose #FF66A0

Tints of Brilliant Rose #FF66A0

Color information

#FF66A0 (or 0xFF66A0) is unknown color: approx Brilliant Rose. HEX triplet: FF, 66 and A0. RGB value is (255,102,160). Sum of RGB (Red+Green+Blue) = 255+102+160=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF66A0 is #00995F. Grayscale: #9A9A9A. Windows color (decimal): -39264 or 10512127. OLE color: 10512127.

HSL color Cylindrical-coordinate representation of color #FF66A0: hue angle of 337.25º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF66A0 is Cyan = 0, Magento = 0.6, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB255102160-
CMYK00.60.370
HSL337.25º100%70%-
HSV(B)337.25º60%100%-
XYZ52.3433.336.93-
YUV154.36131.19199.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 102 (40.23% from 255) = 19.73%
BLUE value IS 160 (62.89% from 255) = 30.95%
R=49.32%
G=19.73%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510216000.60.370337.2510070
HexFF66A003C2501516446
Octal377146240074450521144106
Binary111111111100110101000000111100100101010101000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66A0; }

 p { color: rgb(255,102,160); }

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

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

 a { background-color: rgb(255,102,160); }

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

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

 span { border-color: rgb(255,102,160); }

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