Html Css Color HEX #FE397E Violet Red

📋 copy color: '#FE397E'

red 254 ◦ green 57 ◦ blue 126

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

Shades of Violet Red #FE397E

Tints of Violet Red #FE397E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.04%

 BLUE value IS 126 (49.61% from 255) = 28.83%

R = 58.12%
G = 13.04%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE397E (or 0xFE397E) is known color: Violet Red. HEX triplet: FE, 39 and 7E. RGB value is (254,57,126). Sum of RGB (Red+Green+Blue) = 254+57+126=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE397E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE397E is #01C681. Grayscale: #7B7B7B. Windows color (decimal): -116354 or 8272382. OLE color: 8272382.

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

Color convert

RGB 254 57 126 -
CMYK 0 0.78 0.50 0.00
HSL 338.98º 0.99% 0.61% -
HSV(B) 338.98º 0.78% 1% -
XYZ 46.1 25.5 22.23 -
YUV 123.77 129.27 220.89 -
System Red Green Blue C M Y K H S L
Decimal 254 57 126 0 0.78 0.50 0.00 338.98 0.99 0.61
Hex FE 39 7E 0 4E 32 0 153 63 3D
Octal 376 71 176 0 116 62 0 523 143 75
Binary 11111110 111001 1111110 0 1001110 110010 0 101010011 1100011 111101

Color Harmonies of #FE397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE397E

Black with #FE397E

Text Example


Text Example

White with #FE397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE397E; }

 p { color: rgb(254,57,126); }

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

background-color css

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

 a { background-color: rgb(254,57,126); }

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

border-color css

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

 span { border-color: rgb(254,57,126); }

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