Html Css Color HEX #FE387F Violet Red

📋 copy color: '#FE387F'

red 254 ◦ green 56 ◦ blue 127

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

Shades of Violet Red #FE387F

Tints of Violet Red #FE387F

RGB

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

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

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

R = 58.12%
G = 12.81%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE387F (or 0xFE387F) is known color: Violet Red. HEX triplet: FE, 38 and 7F. RGB value is (254,56,127). Sum of RGB (Red+Green+Blue) = 254+56+127=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE387F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE387F is #01C780. Grayscale: #7B7B7B. Windows color (decimal): -116609 or 8337662. OLE color: 8337662.

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

Color convert

RGB 254 56 127 -
CMYK 0 0.78 0.50 0.00
HSL 338.48º 0.99% 0.61% -
HSV(B) 338.48º 0.78% 1% -
XYZ 46.12 25.43 22.56 -
YUV 123.3 130.1 221.23 -
System Red Green Blue C M Y K H S L
Decimal 254 56 127 0 0.78 0.50 0.00 338.48 0.99 0.61
Hex FE 38 7F 0 4E 32 0 152 63 3D
Octal 376 70 177 0 116 62 0 522 143 75
Binary 11111110 111000 1111111 0 1001110 110010 0 101010010 1100011 111101

Color Harmonies of #FE387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE387F

Black with #FE387F

Text Example


Text Example

White with #FE387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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