Html Css Color HEX #FE358E Wild Strawberry

📋 copy color: '#FE358E'

red 254 ◦ green 53 ◦ blue 142

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

Shades of Wild Strawberry #FE358E

Tints of Wild Strawberry #FE358E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.8%

 BLUE value IS 142 (55.86% from 255) = 31.63%

R = 56.57%
G = 11.8%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE358E (or 0xFE358E) is known color: Wild Strawberry. HEX triplet: FE, 35 and 8E. RGB value is (254,53,142). Sum of RGB (Red+Green+Blue) = 254+53+142=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE358E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE358E is #01CA71. Grayscale: #7B7B7B. Windows color (decimal): -117362 or 9319934. OLE color: 9319934.

HSL color Cylindrical-coordinate representation of color #FE358E: hue angle of 333.43º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE358E is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 53 142 -
CMYK 0 0.79 0.44 0.00
HSL 333.43º 0.99% 0.6% -
HSV(B) 333.43º 0.79% 1% -
XYZ 47.03 25.57 28.05 -
YUV 123.25 138.59 221.26 -
System Red Green Blue C M Y K H S L
Decimal 254 53 142 0 0.79 0.44 0.00 333.43 0.99 0.6
Hex FE 35 8E 0 4F 2C 0 14D 63 3C
Octal 376 65 216 0 117 54 0 515 143 74
Binary 11111110 110101 10001110 0 1001111 101100 0 101001101 1100011 111100

Color Harmonies of #FE358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE358E

Black with #FE358E

Text Example


Text Example

White with #FE358E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE358E; }

 p { color: rgb(254,53,142); }

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

background-color css

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

 a { background-color: rgb(254,53,142); }

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

border-color css

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

 span { border-color: rgb(254,53,142); }

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