Html Css Color HEX #FE338A Wild Strawberry

📋 copy color: '#FE338A'

red 254 ◦ green 51 ◦ blue 138

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

Shades of Wild Strawberry #FE338A

Tints of Wild Strawberry #FE338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.15%

R = 57.34%
G = 11.51%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE338A (or 0xFE338A) is known color: Wild Strawberry. HEX triplet: FE, 33 and 8A. RGB value is (254,51,138). Sum of RGB (Red+Green+Blue) = 254+51+138=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE338A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE338A is #01CC75. Grayscale: #797979. Windows color (decimal): -117878 or 9057278. OLE color: 9057278.

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

Color convert

RGB 254 51 138 -
CMYK 0 0.80 0.46 0.00
HSL 334.29º 0.99% 0.6% -
HSV(B) 334.29º 0.8% 1% -
XYZ 46.64 25.27 26.46 -
YUV 121.62 137.25 222.43 -
System Red Green Blue C M Y K H S L
Decimal 254 51 138 0 0.80 0.46 0.00 334.29 0.99 0.6
Hex FE 33 8A 0 50 2E 0 14E 63 3C
Octal 376 63 212 0 120 56 0 516 143 74
Binary 11111110 110011 10001010 0 1010000 101110 0 101001110 1100011 111100

Color Harmonies of #FE338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE338A

Black with #FE338A

Text Example


Text Example

White with #FE338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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