Html Css Color HEX #FE348D Wild Strawberry

📋 copy color: '#FE348D'

red 254 ◦ green 52 ◦ blue 141

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

Shades of Wild Strawberry #FE348D

Tints of Wild Strawberry #FE348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.63%

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

R = 56.82%
G = 11.63%
B = 31.54%

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

#FE348D (or 0xFE348D) is known color: Wild Strawberry. HEX triplet: FE, 34 and 8D. RGB value is (254,52,141). Sum of RGB (Red+Green+Blue) = 254+52+141=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE348D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE348D is #01CB72. Grayscale: #7A7A7A. Windows color (decimal): -117619 or 9254142. OLE color: 9254142.

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

Color convert

RGB 254 52 141 -
CMYK 0 0.80 0.44 0.00
HSL 333.56º 0.99% 0.6% -
HSV(B) 333.56º 0.8% 1% -
XYZ 46.91 25.45 27.64 -
YUV 122.54 138.42 221.76 -
System Red Green Blue C M Y K H S L
Decimal 254 52 141 0 0.80 0.44 0.00 333.56 0.99 0.6
Hex FE 34 8D 0 50 2C 0 14E 63 3C
Octal 376 64 215 0 120 54 0 516 143 74
Binary 11111110 110100 10001101 0 1010000 101100 0 101001110 1100011 111100

Color Harmonies of #FE348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE348D

Black with #FE348D

Text Example


Text Example

White with #FE348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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