#FF448A

Color #FF448A Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #FF448A

Tints of Violet Red #FF448A

Color information

#FF448A (or 0xFF448A) is unknown color: approx Violet Red. HEX triplet: FF, 44 and 8A. RGB value is (255,68,138). Sum of RGB (Red+Green+Blue) = 255+68+138=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF448A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF448A is #00BB75. Grayscale: #838383. Windows color (decimal): -47990 or 9061631. OLE color: 9061631.

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

Color convert

RGB25568138-
CMYK00.730.460
HSL337.54º100%63.33%-
HSV(B)337.54º73.33%100%-
XYZ47.8927.2326.78-
YUV131.89131.45215.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.31%
GREEN value IS 68 (26.95% from 255) = 14.75%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=55.31%
G=14.75%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556813800.730.460337.5410063.33
HexFF448A0492E0152643f
Octal377104212011156052214477
Binary111111111000100100010100100100110111001010100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF448A; }

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

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

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

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

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

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

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

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