Html Css Color HEX #FE317F Violet Red

📋 copy color: '#FE317F'

red 254 ◦ green 49 ◦ blue 127

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

Shades of Violet Red #FE317F

Tints of Violet Red #FE317F

RGB

 RED value IS 254 (99.61% from 255) = 59.07%

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

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

R = 59.07%
G = 11.4%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE317F (or 0xFE317F) is known color: Violet Red. HEX triplet: FE, 31 and 7F. RGB value is (254,49,127). Sum of RGB (Red+Green+Blue) = 254+49+127=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE317F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE317F is #01CE80. Grayscale: #777777. Windows color (decimal): -118401 or 8335870. OLE color: 8335870.

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

Color convert

RGB 254 49 127 -
CMYK 0 0.81 0.50 0.00
HSL 337.17º 0.99% 0.59% -
HSV(B) 337.17º 0.81% 1% -
XYZ 45.8 24.8 22.45 -
YUV 119.19 132.42 224.16 -
System Red Green Blue C M Y K H S L
Decimal 254 49 127 0 0.81 0.50 0.00 337.17 0.99 0.59
Hex FE 31 7F 0 51 32 0 151 63 3B
Octal 376 61 177 0 121 62 0 521 143 73
Binary 11111110 110001 1111111 0 1010001 110010 0 101010001 1100011 111011

Color Harmonies of #FE317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE317F

Black with #FE317F

Text Example


Text Example

White with #FE317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE317F; }

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

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

background-color css

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

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

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

border-color css

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

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

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