#FF449F

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

Shades of Brilliant Rose #FF449F

Tints of Brilliant Rose #FF449F

Color information

#FF449F (or 0xFF449F) is unknown color: approx Brilliant Rose. HEX triplet: FF, 44 and 9F. RGB value is (255,68,159). Sum of RGB (Red+Green+Blue) = 255+68+159=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF449F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF449F is #00BB60. Grayscale: #868686. Windows color (decimal): -47969 or 10437887. OLE color: 10437887.

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

Color convert

RGB25568159-
CMYK00.730.380
HSL330.8º100%63.33%-
HSV(B)330.8º73.33%100%-
XYZ49.5727.935.57-
YUV134.29141.95214.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.90%
GREEN value IS 68 (26.95% from 255) = 14.11%
BLUE value IS 159 (62.5% from 255) = 32.99%
R=52.90%
G=14.11%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556815900.730.380330.810063.33
HexFF449F04926014b643f
Octal377104237011146051314477
Binary111111111000100100111110100100110011001010010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF449F; }

 p { color: rgb(255,68,159); }

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

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

 a { background-color: rgb(255,68,159); }

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

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

 span { border-color: rgb(255,68,159); }

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