Html Css Color HEX #FF337F Violet Red

📋 copy color: '#FF337F'

red 255 ◦ green 51 ◦ blue 127

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

Shades of Violet Red #FF337F

Tints of Violet Red #FF337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.78%

 BLUE value IS 127 (50% from 255) = 29.33%

R = 58.89%
G = 11.78%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF337F (or 0xFF337F) is known color: Violet Red. HEX triplet: FF, 33 and 7F. RGB value is (255,51,127). Sum of RGB (Red+Green+Blue) = 255+51+127=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF337F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF337F is #00CC80. Grayscale: #787878. Windows color (decimal): -52353 or 8336383. OLE color: 8336383.

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

Color convert

RGB 255 51 127 -
CMYK 0 0.8 0.50 0
HSL 337.65º 1% 0.6% -
HSV(B) 337.65º 0.8% 1% -
XYZ 46.25 25.16 22.5 -
YUV 120.66 131.59 223.82 -
System Red Green Blue C M Y K H S L
Decimal 255 51 127 0 0.8 0.50 0 337.65 1 0.6
Hex FF 33 7F 0 50 32 0 152 64 3C
Octal 377 63 177 0 120 62 0 522 144 74
Binary 11111111 110011 1111111 0 1010000 110010 0 101010010 1100100 111100

Color Harmonies of #FF337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF337F

Black with #FF337F

Text Example


Text Example

White with #FF337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF337F; }

 p { color: rgb(255,51,127); }

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

background-color css

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

 a { background-color: rgb(255,51,127); }

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

border-color css

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

 span { border-color: rgb(255,51,127); }

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