#FF43AA

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

Shades of Brilliant Rose #FF43AA

Tints of Brilliant Rose #FF43AA

Color information

#FF43AA (or 0xFF43AA) is unknown color: approx Brilliant Rose. HEX triplet: FF, 43 and AA. RGB value is (255,67,170). Sum of RGB (Red+Green+Blue) = 255+67+170=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 67 (26.56% from 255 or 13.62% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF43AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF43AA is #00BC55. Grayscale: #868686. Windows color (decimal): -48214 or 11158527. OLE color: 11158527.

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

Color convert

RGB25567170-
CMYK00.740.330
HSL327.13º100%63.14%-
HSV(B)327.13º73.73%100%-
XYZ50.528.1840.81-
YUV134.95147.78213.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.83%
GREEN value IS 67 (26.56% from 255) = 13.62%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=51.83%
G=13.62%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556717000.740.330327.1310063.14
HexFF43AA04A210147643f
Octal377103252011241050714477
Binary111111111000011101010100100101010000101010001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF43AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF43AA; }

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

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

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

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

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

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

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

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