Html Css Color HEX #FE338D Wild Strawberry

📋 copy color: '#FE338D'

red 254 ◦ green 51 ◦ blue 141

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

Shades of Wild Strawberry #FE338D

Tints of Wild Strawberry #FE338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.43%

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

R = 56.95%
G = 11.43%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE338D (or 0xFE338D) is known color: Wild Strawberry. HEX triplet: FE, 33 and 8D. RGB value is (254,51,141). Sum of RGB (Red+Green+Blue) = 254+51+141=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE338D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE338D is #01CC72. Grayscale: #797979. Windows color (decimal): -117875 or 9253886. OLE color: 9253886.

HSL color Cylindrical-coordinate representation of color #FE338D: hue angle of 333.4º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE338D is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 51 141 -
CMYK 0 0.80 0.44 0.00
HSL 333.4º 0.99% 0.6% -
HSV(B) 333.4º 0.8% 1% -
XYZ 46.86 25.36 27.62 -
YUV 121.96 138.75 222.18 -
System Red Green Blue C M Y K H S L
Decimal 254 51 141 0 0.80 0.44 0.00 333.4 0.99 0.6
Hex FE 33 8D 0 50 2C 0 14D 63 3C
Octal 376 63 215 0 120 54 0 515 143 74
Binary 11111110 110011 10001101 0 1010000 101100 0 101001101 1100011 111100

Color Harmonies of #FE338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE338D

Black with #FE338D

Text Example


Text Example

White with #FE338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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