Html Css Color HEX #FF317F Violet Red

📋 copy color: '#FF317F'

red 255 ◦ green 49 ◦ blue 127

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

Shades of Violet Red #FF317F

Tints of Violet Red #FF317F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.37%

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

R = 59.16%
G = 11.37%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF317F (or 0xFF317F) is known color: Violet Red. HEX triplet: FF, 31 and 7F. RGB value is (255,49,127). Sum of RGB (Red+Green+Blue) = 255+49+127=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF317F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF317F is #00CE80. Grayscale: #777777. Windows color (decimal): -52865 or 8335871. OLE color: 8335871.

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

Color convert

RGB 255 49 127 -
CMYK 0 0.81 0.50 0
HSL 337.28º 1% 0.6% -
HSV(B) 337.28º 0.81% 1% -
XYZ 46.17 24.99 22.47 -
YUV 119.49 132.25 224.66 -
System Red Green Blue C M Y K H S L
Decimal 255 49 127 0 0.81 0.50 0 337.28 1 0.6
Hex FF 31 7F 0 51 32 0 151 64 3C
Octal 377 61 177 0 121 62 0 521 144 74
Binary 11111111 110001 1111111 0 1010001 110010 0 101010001 1100100 111100

Color Harmonies of #FF317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF317F

Black with #FF317F

Text Example


Text Example

White with #FF317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF317F; }

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

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

background-color css

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

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

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

border-color css

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

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

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