Html Css Color HEX #FF4496 Violet Red

📋 copy color: '#FF4496'

red 255 ◦ green 68 ◦ blue 150

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

Shades of Violet Red #FF4496

Tints of Violet Red #FF4496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.71%

R = 53.91%
G = 14.38%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF4496 (or 0xFF4496) is known color: Violet Red. HEX triplet: FF, 44 and 96. RGB value is (255,68,150). Sum of RGB (Red+Green+Blue) = 255+68+150=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4496 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4496 is #00BB69. Grayscale: #858585. Windows color (decimal): -47978 or 9848063. OLE color: 9848063.

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

Color convert

RGB 255 68 150 -
CMYK 0 0.73 0.41 0
HSL 333.69º 1% 0.63% -
HSV(B) 333.69º 0.73% 1% -
XYZ 48.81 27.6 31.61 -
YUV 133.26 137.45 214.83 -
System Red Green Blue C M Y K H S L
Decimal 255 68 150 0 0.73 0.41 0 333.69 1 0.63
Hex FF 44 96 0 49 29 0 14E 64 3F
Octal 377 104 226 0 111 51 0 516 144 77
Binary 11111111 1000100 10010110 0 1001001 101001 0 101001110 1100100 111111

Color Harmonies of #FF4496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4496

Black with #FF4496

Text Example


Text Example

White with #FF4496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4496; }

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

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

background-color css

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

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

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

border-color css

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

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

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