Html Css Color HEX #FE387A Violet Red

📋 copy color: '#FE387A'

red 254 ◦ green 56 ◦ blue 122

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

Shades of Violet Red #FE387A

Tints of Violet Red #FE387A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.96%

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

R = 58.8%
G = 12.96%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE387A (or 0xFE387A) is known color: Violet Red. HEX triplet: FE, 38 and 7A. RGB value is (254,56,122). Sum of RGB (Red+Green+Blue) = 254+56+122=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE387A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE387A is #01C785. Grayscale: #7A7A7A. Windows color (decimal): -116614 or 8009982. OLE color: 8009982.

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

Color convert

RGB 254 56 122 -
CMYK 0 0.78 0.52 0.00
HSL 340º 0.99% 0.61% -
HSV(B) 340º 0.78% 1% -
XYZ 45.8 25.3 20.88 -
YUV 122.73 127.6 221.63 -
System Red Green Blue C M Y K H S L
Decimal 254 56 122 0 0.78 0.52 0.00 340 0.99 0.61
Hex FE 38 7A 0 4E 34 0 154 63 3D
Octal 376 70 172 0 116 64 0 524 143 75
Binary 11111110 111000 1111010 0 1001110 110100 0 101010100 1100011 111101

Color Harmonies of #FE387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE387A

Black with #FE387A

Text Example


Text Example

White with #FE387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE387A; }

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

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

background-color css

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

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

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

border-color css

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

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

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