Html Css Color HEX #FE447F Violet Red

📋 copy color: '#FE447F'

red 254 ◦ green 68 ◦ blue 127

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

Shades of Violet Red #FE447F

Tints of Violet Red #FE447F

RGB

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

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

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

R = 56.57%
G = 15.14%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE447F (or 0xFE447F) is known color: Violet Red. HEX triplet: FE, 44 and 7F. RGB value is (254,68,127). Sum of RGB (Red+Green+Blue) = 254+68+127=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE447F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE447F is #01BB80. Grayscale: #828282. Windows color (decimal): -113537 or 8340734. OLE color: 8340734.

HSL color Cylindrical-coordinate representation of color #FE447F: hue angle of 340.97º 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 #FE447F is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 68 127 -
CMYK 0 0.73 0.50 0.00
HSL 340.97º 0.99% 0.63% -
HSV(B) 340.97º 0.73% 1% -
XYZ 46.77 26.74 22.77 -
YUV 130.34 126.12 216.2 -
System Red Green Blue C M Y K H S L
Decimal 254 68 127 0 0.73 0.50 0.00 340.97 0.99 0.63
Hex FE 44 7F 0 49 32 0 155 63 3F
Octal 376 104 177 0 111 62 0 525 143 77
Binary 11111110 1000100 1111111 0 1001001 110010 0 101010101 1100011 111111

Color Harmonies of #FE447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE447F

Black with #FE447F

Text Example


Text Example

White with #FE447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE447F; }

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

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

background-color css

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

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

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

border-color css

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

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

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