Html Css Color HEX #FE407F Violet Red

📋 copy color: '#FE407F'

red 254 ◦ green 64 ◦ blue 127

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

Shades of Violet Red #FE407F

Tints of Violet Red #FE407F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.38%

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

R = 57.08%
G = 14.38%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE407F (or 0xFE407F) is known color: Violet Red. HEX triplet: FE, 40 and 7F. RGB value is (254,64,127). Sum of RGB (Red+Green+Blue) = 254+64+127=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE407F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE407F is #01BF80. Grayscale: #7F7F7F. Windows color (decimal): -114561 or 8339710. OLE color: 8339710.

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

Color convert

RGB 254 64 127 -
CMYK 0 0.75 0.50 0.00
HSL 340.11º 0.99% 0.62% -
HSV(B) 340.11º 0.75% 1% -
XYZ 46.54 26.27 22.7 -
YUV 127.99 127.45 217.88 -
System Red Green Blue C M Y K H S L
Decimal 254 64 127 0 0.75 0.50 0.00 340.11 0.99 0.62
Hex FE 40 7F 0 4B 32 0 154 63 3E
Octal 376 100 177 0 113 62 0 524 143 76
Binary 11111110 1000000 1111111 0 1001011 110010 0 101010100 1100011 111110

Color Harmonies of #FE407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE407F

Black with #FE407F

Text Example


Text Example

White with #FE407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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