#FF448E

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

Shades of Violet Red #FF448E

Tints of Violet Red #FF448E

Color information

#FF448E (or 0xFF448E) is unknown color: approx Violet Red. HEX triplet: FF, 44 and 8E. RGB value is (255,68,142). Sum of RGB (Red+Green+Blue) = 255+68+142=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF448E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF448E is #00BB71. Grayscale: #848484. Windows color (decimal): -47986 or 9323775. OLE color: 9323775.

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

Color convert

RGB25568142-
CMYK00.730.440
HSL336.26º100%63.33%-
HSV(B)336.26º73.33%100%-
XYZ48.1927.3528.33-
YUV132.35133.45215.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.84%
GREEN value IS 68 (26.95% from 255) = 14.62%
BLUE value IS 142 (55.86% from 255) = 30.54%
R=54.84%
G=14.62%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556814200.730.440336.2610063.33
HexFF448E0492C0150643f
Octal377104216011154052014477
Binary111111111000100100011100100100110110001010100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF448E; }

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

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

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

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

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

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

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

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