#FF66A4

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

Shades of Brilliant Rose #FF66A4

Tints of Brilliant Rose #FF66A4

Color information

#FF66A4 (or 0xFF66A4) is unknown color: approx Brilliant Rose. HEX triplet: FF, 66 and A4. RGB value is (255,102,164). Sum of RGB (Red+Green+Blue) = 255+102+164=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF66A4 is #00995B. Grayscale: #9A9A9A. Windows color (decimal): -39260 or 10774271. OLE color: 10774271.

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

Color convert

RGB255102164-
CMYK00.60.360
HSL335.69º100%70%-
HSV(B)335.69º60%100%-
XYZ52.6933.4438.8-
YUV154.81133.19199.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 102 (40.23% from 255) = 19.58%
BLUE value IS 164 (64.45% from 255) = 31.48%
R=48.94%
G=19.58%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510216400.60.360335.6910070
HexFF66A403C2401506446
Octal377146244074440520144106
Binary111111111100110101001000111100100100010101000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66A4; }

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

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

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

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

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

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

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

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