Html Css Color HEX #FE407B Violet Red

📋 copy color: '#FE407B'

red 254 ◦ green 64 ◦ blue 123

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

Shades of Violet Red #FE407B

Tints of Violet Red #FE407B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.89%

R = 57.6%
G = 14.51%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE407B (or 0xFE407B) is known color: Violet Red. HEX triplet: FE, 40 and 7B. RGB value is (254,64,123). Sum of RGB (Red+Green+Blue) = 254+64+123=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE407B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE407B is #01BF84. Grayscale: #7F7F7F. Windows color (decimal): -114565 or 8077566. OLE color: 8077566.

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

Color convert

RGB 254 64 123 -
CMYK 0 0.75 0.52 0.00
HSL 341.37º 0.99% 0.62% -
HSV(B) 341.37º 0.75% 1% -
XYZ 46.28 26.17 21.35 -
YUV 127.54 125.45 218.2 -
System Red Green Blue C M Y K H S L
Decimal 254 64 123 0 0.75 0.52 0.00 341.37 0.99 0.62
Hex FE 40 7B 0 4B 34 0 155 63 3E
Octal 376 100 173 0 113 64 0 525 143 76
Binary 11111110 1000000 1111011 0 1001011 110100 0 101010101 1100011 111110

Color Harmonies of #FE407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE407B

Black with #FE407B

Text Example


Text Example

White with #FE407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE407B; }

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

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

background-color css

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

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

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

border-color css

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

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

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