Html Css Color HEX #FE398D Wild Strawberry

📋 copy color: '#FE398D'

red 254 ◦ green 57 ◦ blue 141

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

Shades of Wild Strawberry #FE398D

Tints of Wild Strawberry #FE398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.61%

 BLUE value IS 141 (55.47% from 255) = 31.19%

R = 56.19%
G = 12.61%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE398D (or 0xFE398D) is known color: Wild Strawberry. HEX triplet: FE, 39 and 8D. RGB value is (254,57,141). Sum of RGB (Red+Green+Blue) = 254+57+141=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE398D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE398D is #01C672. Grayscale: #7D7D7D. Windows color (decimal): -116339 or 9255422. OLE color: 9255422.

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

Color convert

RGB 254 57 141 -
CMYK 0 0.78 0.44 0.00
HSL 334.42º 0.99% 0.61% -
HSV(B) 334.42º 0.78% 1% -
XYZ 47.14 25.92 27.72 -
YUV 125.48 136.77 219.67 -
System Red Green Blue C M Y K H S L
Decimal 254 57 141 0 0.78 0.44 0.00 334.42 0.99 0.61
Hex FE 39 8D 0 4E 2C 0 14E 63 3D
Octal 376 71 215 0 116 54 0 516 143 75
Binary 11111110 111001 10001101 0 1001110 101100 0 101001110 1100011 111101

Color Harmonies of #FE398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE398D

Black with #FE398D

Text Example


Text Example

White with #FE398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE398D; }

 p { color: rgb(254,57,141); }

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

background-color css

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

 a { background-color: rgb(254,57,141); }

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

border-color css

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

 span { border-color: rgb(254,57,141); }

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