#FF5FAA

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

Shades of Brilliant Rose #FF5FAA

Tints of Brilliant Rose #FF5FAA

Color information

#FF5FAA (or 0xFF5FAA) is unknown color: approx Brilliant Rose. HEX triplet: FF, 5F and AA. RGB value is (255,95,170). Sum of RGB (Red+Green+Blue) = 255+95+170=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5FAA is #00A055. Grayscale: #979797. Windows color (decimal): -41046 or 11165695. OLE color: 11165695.

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

Color convert

RGB25595170-
CMYK00.630.330
HSL331.88º100%68.63%-
HSV(B)331.88º62.75%100%-
XYZ52.5932.3541.5-
YUV151.39138.51201.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.04%
GREEN value IS 95 (37.5% from 255) = 18.27%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=49.04%
G=18.27%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559517000.630.330331.8810068.63
HexFF5FAA03F21014c6445
Octal377137252077410514144105
Binary111111111011111101010100111111100001010100110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5FAA; }

 p { color: rgb(255,95,170); }

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

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

 a { background-color: rgb(255,95,170); }

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

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

 span { border-color: rgb(255,95,170); }

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