#FF66A3

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

Shades of Brilliant Rose #FF66A3

Tints of Brilliant Rose #FF66A3

Color information

#FF66A3 (or 0xFF66A3) is unknown color: approx Brilliant Rose. HEX triplet: FF, 66 and A3. RGB value is (255,102,163). Sum of RGB (Red+Green+Blue) = 255+102+163=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF66A3 is #00995C. Grayscale: #9A9A9A. Windows color (decimal): -39261 or 10708735. OLE color: 10708735.

HSL color Cylindrical-coordinate representation of color #FF66A3: hue angle of 336.08º 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 #FF66A3 is Cyan = 0, Magento = 0.6, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB255102163-
CMYK00.60.360
HSL336.08º100%70%-
HSV(B)336.08º60%100%-
XYZ52.633.4138.33-
YUV154.7132.69199.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.04%
GREEN value IS 102 (40.23% from 255) = 19.62%
BLUE value IS 163 (64.06% from 255) = 31.35%
R=49.04%
G=19.62%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510216300.60.360336.0810070
HexFF66A303C2401506446
Octal377146243074440520144106
Binary111111111100110101000110111100100100010101000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66A3; }

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

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

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

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

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

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

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

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