Html Css Color HEX #FE338C Wild Strawberry

📋 copy color: '#FE338C'

red 254 ◦ green 51 ◦ blue 140

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

Shades of Wild Strawberry #FE338C

Tints of Wild Strawberry #FE338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.46%

R = 57.08%
G = 11.46%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE338C (or 0xFE338C) is known color: Wild Strawberry. HEX triplet: FE, 33 and 8C. RGB value is (254,51,140). Sum of RGB (Red+Green+Blue) = 254+51+140=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE338C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE338C is #01CC73. Grayscale: #797979. Windows color (decimal): -117876 or 9188350. OLE color: 9188350.

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

Color convert

RGB 254 51 140 -
CMYK 0 0.80 0.45 0.00
HSL 333.69º 0.99% 0.6% -
HSV(B) 333.69º 0.8% 1% -
XYZ 46.79 25.33 27.23 -
YUV 121.84 138.25 222.26 -
System Red Green Blue C M Y K H S L
Decimal 254 51 140 0 0.80 0.45 0.00 333.69 0.99 0.6
Hex FE 33 8C 0 50 2D 0 14E 63 3C
Octal 376 63 214 0 120 55 0 516 143 74
Binary 11111110 110011 10001100 0 1010000 101101 0 101001110 1100011 111100

Color Harmonies of #FE338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE338C

Black with #FE338C

Text Example


Text Example

White with #FE338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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