Html Css Color HEX #FE367F Violet Red

📋 copy color: '#FE367F'

red 254 ◦ green 54 ◦ blue 127

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

Shades of Violet Red #FE367F

Tints of Violet Red #FE367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.41%

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

R = 58.39%
G = 12.41%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE367F (or 0xFE367F) is known color: Violet Red. HEX triplet: FE, 36 and 7F. RGB value is (254,54,127). Sum of RGB (Red+Green+Blue) = 254+54+127=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE367F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE367F is #01C980. Grayscale: #7A7A7A. Windows color (decimal): -117121 or 8337150. OLE color: 8337150.

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

Color convert

RGB 254 54 127 -
CMYK 0 0.79 0.50 0.00
HSL 338.1º 0.99% 0.6% -
HSV(B) 338.1º 0.79% 1% -
XYZ 46.02 25.24 22.53 -
YUV 122.12 130.76 222.06 -
System Red Green Blue C M Y K H S L
Decimal 254 54 127 0 0.79 0.50 0.00 338.1 0.99 0.6
Hex FE 36 7F 0 4F 32 0 152 63 3C
Octal 376 66 177 0 117 62 0 522 143 74
Binary 11111110 110110 1111111 0 1001111 110010 0 101010010 1100011 111100

Color Harmonies of #FE367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE367F

Black with #FE367F

Text Example


Text Example

White with #FE367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE367F; }

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

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

background-color css

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

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

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

border-color css

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

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

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