Html Css Color HEX #FE388B Violet Red

📋 copy color: '#FE388B'

red 254 ◦ green 56 ◦ blue 139

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

Shades of Violet Red #FE388B

Tints of Violet Red #FE388B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.96%

R = 56.57%
G = 12.47%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE388B (or 0xFE388B) is known color: Violet Red. HEX triplet: FE, 38 and 8B. RGB value is (254,56,139). Sum of RGB (Red+Green+Blue) = 254+56+139=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE388B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE388B is #01C774. Grayscale: #7C7C7C. Windows color (decimal): -116597 or 9124094. OLE color: 9124094.

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

Color convert

RGB 254 56 139 -
CMYK 0 0.78 0.45 0.00
HSL 334.85º 0.99% 0.61% -
HSV(B) 334.85º 0.78% 1% -
XYZ 46.95 25.76 26.92 -
YUV 124.66 136.1 220.25 -
System Red Green Blue C M Y K H S L
Decimal 254 56 139 0 0.78 0.45 0.00 334.85 0.99 0.61
Hex FE 38 8B 0 4E 2D 0 14F 63 3D
Octal 376 70 213 0 116 55 0 517 143 75
Binary 11111110 111000 10001011 0 1001110 101101 0 101001111 1100011 111101

Color Harmonies of #FE388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE388B

Black with #FE388B

Text Example


Text Example

White with #FE388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE388B; }

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

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

background-color css

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

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

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

border-color css

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

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

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