Html Css Color HEX #FE427A Violet Red

📋 copy color: '#FE427A'

red 254 ◦ green 66 ◦ blue 122

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

Shades of Violet Red #FE427A

Tints of Violet Red #FE427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.93%

 BLUE value IS 122 (48.05% from 255) = 27.6%

R = 57.47%
G = 14.93%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE427A (or 0xFE427A) is known color: Violet Red. HEX triplet: FE, 42 and 7A. RGB value is (254,66,122). Sum of RGB (Red+Green+Blue) = 254+66+122=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE427A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE427A is #01BD85. Grayscale: #808080. Windows color (decimal): -114054 or 8012542. OLE color: 8012542.

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

Color convert

RGB 254 66 122 -
CMYK 0 0.74 0.52 0.00
HSL 342.13º 0.99% 0.63% -
HSV(B) 342.13º 0.74% 1% -
XYZ 46.33 26.37 21.06 -
YUV 128.6 124.28 217.45 -
System Red Green Blue C M Y K H S L
Decimal 254 66 122 0 0.74 0.52 0.00 342.13 0.99 0.63
Hex FE 42 7A 0 4A 34 0 156 63 3F
Octal 376 102 172 0 112 64 0 526 143 77
Binary 11111110 1000010 1111010 0 1001010 110100 0 101010110 1100011 111111

Color Harmonies of #FE427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE427A

Black with #FE427A

Text Example


Text Example

White with #FE427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE427A; }

 p { color: rgb(254,66,122); }

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

background-color css

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

 a { background-color: rgb(254,66,122); }

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

border-color css

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

 span { border-color: rgb(254,66,122); }

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