Html Css Color HEX #FF4077 Violet Red

📋 copy color: '#FF4077'

red 255 ◦ green 64 ◦ blue 119

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

Shades of Violet Red #FF4077

Tints of Violet Red #FF4077

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.61%

 BLUE value IS 119 (46.88% from 255) = 27.17%

R = 58.22%
G = 14.61%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF4077 (or 0xFF4077) is known color: Violet Red. HEX triplet: FF, 40 and 77. RGB value is (255,64,119). Sum of RGB (Red+Green+Blue) = 255+64+119=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4077 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4077 is #00BF88. Grayscale: #7F7F7F. Windows color (decimal): -49033 or 7815423. OLE color: 7815423.

HSL color Cylindrical-coordinate representation of color #FF4077: hue angle of 342.72º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4077 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 64 119 -
CMYK 0 0.75 0.53 0
HSL 342.72º 1% 0.63% -
HSV(B) 342.72º 0.75% 1% -
XYZ 46.4 26.26 20.08 -
YUV 127.38 123.28 219.03 -
System Red Green Blue C M Y K H S L
Decimal 255 64 119 0 0.75 0.53 0 342.72 1 0.63
Hex FF 40 77 0 4B 35 0 157 64 3F
Octal 377 100 167 0 113 65 0 527 144 77
Binary 11111111 1000000 1110111 0 1001011 110101 0 101010111 1100100 111111

Color Harmonies of #FF4077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4077

Black with #FF4077

Text Example


Text Example

White with #FF4077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4077; }

 p { color: rgb(255,64,119); }

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

background-color css

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

 a { background-color: rgb(255,64,119); }

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

border-color css

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

 span { border-color: rgb(255,64,119); }

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