#FF66A2

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

Shades of Brilliant Rose #FF66A2

Tints of Brilliant Rose #FF66A2

Color information

#FF66A2 (or 0xFF66A2) is unknown color: approx Brilliant Rose. HEX triplet: FF, 66 and A2. RGB value is (255,102,162). Sum of RGB (Red+Green+Blue) = 255+102+162=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF66A2 is #00995D. Grayscale: #9A9A9A. Windows color (decimal): -39262 or 10643199. OLE color: 10643199.

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

Color convert

RGB255102162-
CMYK00.60.360
HSL336.47º100%70%-
HSV(B)336.47º60%100%-
XYZ52.5133.3737.86-
YUV154.59132.19199.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 102 (40.23% from 255) = 19.65%
BLUE value IS 162 (63.67% from 255) = 31.21%
R=49.13%
G=19.65%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510216200.60.360336.4710070
HexFF66A203C2401506446
Octal377146242074440520144106
Binary111111111100110101000100111100100100010101000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66A2; }

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

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

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

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

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

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

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

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