Html Css Color HEX #FE339D Wild Strawberry

📋 copy color: '#FE339D'

red 254 ◦ green 51 ◦ blue 157

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

Shades of Wild Strawberry #FE339D

Tints of Wild Strawberry #FE339D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.98%

R = 54.98%
G = 11.04%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE339D (or 0xFE339D) is known color: Wild Strawberry. HEX triplet: FE, 33 and 9D. RGB value is (254,51,157). Sum of RGB (Red+Green+Blue) = 254+51+157=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE339D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE339D is #01CC62. Grayscale: #7B7B7B. Windows color (decimal): -117859 or 10302462. OLE color: 10302462.

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

Color convert

RGB 254 51 157 -
CMYK 0 0.80 0.38 0.00
HSL 328.67º 0.99% 0.6% -
HSV(B) 328.67º 0.8% 1% -
XYZ 48.14 25.87 34.35 -
YUV 123.78 146.75 220.88 -
System Red Green Blue C M Y K H S L
Decimal 254 51 157 0 0.80 0.38 0.00 328.67 0.99 0.6
Hex FE 33 9D 0 50 26 0 149 63 3C
Octal 376 63 235 0 120 46 0 511 143 74
Binary 11111110 110011 10011101 0 1010000 100110 0 101001001 1100011 111100

Color Harmonies of #FE339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE339D

Black with #FE339D

Text Example


Text Example

White with #FE339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE339D; }

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

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

background-color css

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

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

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

border-color css

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

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

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