Html Css Color HEX #FF448B Violet Red

📋 copy color: '#FF448B'

red 255 ◦ green 68 ◦ blue 139

#FF448B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #FF448B

Tints of Violet Red #FF448B

RGB

 RED value IS 255 (100% from 255) = 55.19%

 GREEN value IS 68 (26.95% from 255) = 14.72%

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 55.19%
G = 14.72%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF448B (or 0xFF448B) is known color: Violet Red. HEX triplet: FF, 44 and 8B. RGB value is (255,68,139). Sum of RGB (Red+Green+Blue) = 255+68+139=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF448B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF448B is #00BB74. Grayscale: #838383. Windows color (decimal): -47989 or 9127167. OLE color: 9127167.

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

Color convert

RGB 255 68 139 -
CMYK 0 0.73 0.45 0
HSL 337.22º 1% 0.63% -
HSV(B) 337.22º 0.73% 1% -
XYZ 47.97 27.26 27.16 -
YUV 132.01 131.95 215.73 -
System Red Green Blue C M Y K H S L
Decimal 255 68 139 0 0.73 0.45 0 337.22 1 0.63
Hex FF 44 8B 0 49 2D 0 151 64 3F
Octal 377 104 213 0 111 55 0 521 144 77
Binary 11111111 1000100 10001011 0 1001001 101101 0 101010001 1100100 111111

Color Harmonies of #FF448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF448B

Black with #FF448B

Text Example


Text Example

White with #FF448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF448B; }

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

 H1.HeaderClassName
 {
   color: #FF448B;
 }
 .AnyTagClassName
 {
   color: #FF448B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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