Html Css Color HEX #FF4993 Violet Red

📋 copy color: '#FF4993'

red 255 ◦ green 73 ◦ blue 147

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

Shades of Violet Red #FF4993

Tints of Violet Red #FF4993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.37%

 BLUE value IS 147 (57.81% from 255) = 30.95%

R = 53.68%
G = 15.37%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF4993 (or 0xFF4993) is known color: Violet Red. HEX triplet: FF, 49 and 93. RGB value is (255,73,147). Sum of RGB (Red+Green+Blue) = 255+73+147=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4993 is #00B66C. Grayscale: #878787. Windows color (decimal): -46701 or 9652735. OLE color: 9652735.

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

Color convert

RGB 255 73 147 -
CMYK 0 0.71 0.42 0
HSL 335.6º 1% 0.64% -
HSV(B) 335.6º 0.71% 1% -
XYZ 48.89 28.13 30.46 -
YUV 135.85 134.3 212.98 -
System Red Green Blue C M Y K H S L
Decimal 255 73 147 0 0.71 0.42 0 335.6 1 0.64
Hex FF 49 93 0 47 2A 0 150 64 40
Octal 377 111 223 0 107 52 0 520 144 100
Binary 11111111 1001001 10010011 0 1000111 101010 0 101010000 1100100 1000000

Color Harmonies of #FF4993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4993

Black with #FF4993

Text Example


Text Example

White with #FF4993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4993; }

 p { color: rgb(255,73,147); }

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

background-color css

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

 a { background-color: rgb(255,73,147); }

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

border-color css

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

 span { border-color: rgb(255,73,147); }

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