#FF448C

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

Shades of Violet Red #FF448C

Tints of Violet Red #FF448C

Color information

#FF448C (or 0xFF448C) is unknown color: approx Violet Red. HEX triplet: FF, 44 and 8C. RGB value is (255,68,140). Sum of RGB (Red+Green+Blue) = 255+68+140=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF448C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF448C is #00BB73. Grayscale: #848484. Windows color (decimal): -47988 or 9192703. OLE color: 9192703.

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

Color convert

RGB25568140-
CMYK00.730.450
HSL336.9º100%63.33%-
HSV(B)336.9º73.33%100%-
XYZ48.0427.2927.55-
YUV132.12132.45215.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.08%
GREEN value IS 68 (26.95% from 255) = 14.69%
BLUE value IS 140 (55.08% from 255) = 30.24%
R=55.08%
G=14.69%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556814000.730.450336.910063.33
HexFF448C0492D0151643f
Octal377104214011155052114477
Binary111111111000100100011000100100110110101010100011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF448C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF448C; }

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

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

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

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

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

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

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

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