Html Css Color HEX #FF4699 Violet Red

📋 copy color: '#FF4699'

red 255 ◦ green 70 ◦ blue 153

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

Shades of Violet Red #FF4699

Tints of Violet Red #FF4699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.64%

 BLUE value IS 153 (60.16% from 255) = 32.01%

R = 53.35%
G = 14.64%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FF4699 (or 0xFF4699) is known color: Violet Red. HEX triplet: FF, 46 and 99. RGB value is (255,70,153). Sum of RGB (Red+Green+Blue) = 255+70+153=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4699 is #00B966. Grayscale: #868686. Windows color (decimal): -47463 or 10045183. OLE color: 10045183.

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

Color convert

RGB 255 70 153 -
CMYK 0 0.73 0.4 0
HSL 333.08º 1% 0.64% -
HSV(B) 333.08º 0.73% 1% -
XYZ 49.18 27.94 32.94 -
YUV 134.78 138.29 213.75 -
System Red Green Blue C M Y K H S L
Decimal 255 70 153 0 0.73 0.4 0 333.08 1 0.64
Hex FF 46 99 0 49 28 0 14D 64 40
Octal 377 106 231 0 111 50 0 515 144 100
Binary 11111111 1000110 10011001 0 1001001 101000 0 101001101 1100100 1000000

Color Harmonies of #FF4699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4699

Black with #FF4699

Text Example


Text Example

White with #FF4699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4699; }

 p { color: rgb(255,70,153); }

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

background-color css

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

 a { background-color: rgb(255,70,153); }

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

border-color css

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

 span { border-color: rgb(255,70,153); }

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