Html Css Color HEX #FE348B Wild Strawberry

📋 copy color: '#FE348B'

red 254 ◦ green 52 ◦ blue 139

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

Shades of Wild Strawberry #FE348B

Tints of Wild Strawberry #FE348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.24%

R = 57.08%
G = 11.69%
B = 31.24%

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

#FE348B (or 0xFE348B) is known color: Wild Strawberry. HEX triplet: FE, 34 and 8B. RGB value is (254,52,139). Sum of RGB (Red+Green+Blue) = 254+52+139=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE348B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE348B is #01CB74. Grayscale: #7A7A7A. Windows color (decimal): -117621 or 9123070. OLE color: 9123070.

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

Color convert

RGB 254 52 139 -
CMYK 0 0.80 0.45 0.00
HSL 334.16º 0.99% 0.6% -
HSV(B) 334.16º 0.8% 1% -
XYZ 46.76 25.39 26.86 -
YUV 122.32 137.42 221.93 -
System Red Green Blue C M Y K H S L
Decimal 254 52 139 0 0.80 0.45 0.00 334.16 0.99 0.6
Hex FE 34 8B 0 50 2D 0 14E 63 3C
Octal 376 64 213 0 120 55 0 516 143 74
Binary 11111110 110100 10001011 0 1010000 101101 0 101001110 1100011 111100

Color Harmonies of #FE348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE348B

Black with #FE348B

Text Example


Text Example

White with #FE348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE348B; }

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

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

background-color css

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

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

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

border-color css

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

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

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