Html Css Color HEX #FF4490 Violet Red

📋 copy color: '#FF4490'

red 255 ◦ green 68 ◦ blue 144

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

Shades of Violet Red #FF4490

Tints of Violet Red #FF4490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.84%

R = 54.6%
G = 14.56%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF4490 (or 0xFF4490) is known color: Violet Red. HEX triplet: FF, 44 and 90. RGB value is (255,68,144). Sum of RGB (Red+Green+Blue) = 255+68+144=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4490 is #00BB6F. Grayscale: #848484. Windows color (decimal): -47984 or 9454847. OLE color: 9454847.

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

Color convert

RGB 255 68 144 -
CMYK 0 0.73 0.44 0
HSL 335.62º 1% 0.63% -
HSV(B) 335.62º 0.73% 1% -
XYZ 48.34 27.41 29.13 -
YUV 132.58 134.45 215.32 -
System Red Green Blue C M Y K H S L
Decimal 255 68 144 0 0.73 0.44 0 335.62 1 0.63
Hex FF 44 90 0 49 2C 0 150 64 3F
Octal 377 104 220 0 111 54 0 520 144 77
Binary 11111111 1000100 10010000 0 1001001 101100 0 101010000 1100100 111111

Color Harmonies of #FF4490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4490

Black with #FF4490

Text Example


Text Example

White with #FF4490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4490; }

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

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

background-color css

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

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

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

border-color css

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

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

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