Html Css Color HEX #FF4495 Violet Red

📋 copy color: '#FF4495'

red 255 ◦ green 68 ◦ blue 149

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

Shades of Violet Red #FF4495

Tints of Violet Red #FF4495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.57%

R = 54.03%
G = 14.41%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF4495 (or 0xFF4495) is known color: Violet Red. HEX triplet: FF, 44 and 95. RGB value is (255,68,149). Sum of RGB (Red+Green+Blue) = 255+68+149=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4495 is #00BB6A. Grayscale: #858585. Windows color (decimal): -47979 or 9782527. OLE color: 9782527.

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

Color convert

RGB 255 68 149 -
CMYK 0 0.73 0.42 0
HSL 334.01º 1% 0.63% -
HSV(B) 334.01º 0.73% 1% -
XYZ 48.73 27.56 31.19 -
YUV 133.15 136.95 214.91 -
System Red Green Blue C M Y K H S L
Decimal 255 68 149 0 0.73 0.42 0 334.01 1 0.63
Hex FF 44 95 0 49 2A 0 14E 64 3F
Octal 377 104 225 0 111 52 0 516 144 77
Binary 11111111 1000100 10010101 0 1001001 101010 0 101001110 1100100 111111

Color Harmonies of #FF4495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4495

Black with #FF4495

Text Example


Text Example

White with #FF4495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4495; }

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

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

background-color css

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

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

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

border-color css

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

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

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