Html Css Color HEX #FE447A Violet Red

📋 copy color: '#FE447A'

red 254 ◦ green 68 ◦ blue 122

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

Shades of Violet Red #FE447A

Tints of Violet Red #FE447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.32%

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

R = 57.21%
G = 15.32%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE447A (or 0xFE447A) is known color: Violet Red. HEX triplet: FE, 44 and 7A. RGB value is (254,68,122). Sum of RGB (Red+Green+Blue) = 254+68+122=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE447A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE447A is #01BB85. Grayscale: #818181. Windows color (decimal): -113542 or 8013054. OLE color: 8013054.

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

Color convert

RGB 254 68 122 -
CMYK 0 0.73 0.52 0.00
HSL 342.58º 0.99% 0.63% -
HSV(B) 342.58º 0.73% 1% -
XYZ 46.45 26.61 21.1 -
YUV 129.77 123.62 216.61 -
System Red Green Blue C M Y K H S L
Decimal 254 68 122 0 0.73 0.52 0.00 342.58 0.99 0.63
Hex FE 44 7A 0 49 34 0 157 63 3F
Octal 376 104 172 0 111 64 0 527 143 77
Binary 11111110 1000100 1111010 0 1001001 110100 0 101010111 1100011 111111

Color Harmonies of #FE447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE447A

Black with #FE447A

Text Example


Text Example

White with #FE447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE447A; }

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

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

background-color css

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

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

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

border-color css

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

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

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