Html Css Color HEX #FE348A Wild Strawberry

📋 copy color: '#FE348A'

red 254 ◦ green 52 ◦ blue 138

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

Shades of Wild Strawberry #FE348A

Tints of Wild Strawberry #FE348A

RGB

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

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

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

R = 57.21%
G = 11.71%
B = 31.08%

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

#FE348A (or 0xFE348A) is known color: Wild Strawberry. HEX triplet: FE, 34 and 8A. RGB value is (254,52,138). Sum of RGB (Red+Green+Blue) = 254+52+138=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE348A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE348A is #01CB75. Grayscale: #7A7A7A. Windows color (decimal): -117622 or 9057534. OLE color: 9057534.

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

Color convert

RGB 254 52 138 -
CMYK 0 0.80 0.46 0.00
HSL 334.46º 0.99% 0.6% -
HSV(B) 334.46º 0.8% 1% -
XYZ 46.69 25.36 26.48 -
YUV 122.2 136.92 222.01 -
System Red Green Blue C M Y K H S L
Decimal 254 52 138 0 0.80 0.46 0.00 334.46 0.99 0.6
Hex FE 34 8A 0 50 2E 0 14E 63 3C
Octal 376 64 212 0 120 56 0 516 143 74
Binary 11111110 110100 10001010 0 1010000 101110 0 101001110 1100011 111100

Color Harmonies of #FE348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE348A

Black with #FE348A

Text Example


Text Example

White with #FE348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE348A; }

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

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

background-color css

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

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

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

border-color css

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

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

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