Html Css Color HEX #FE358A Wild Strawberry

📋 copy color: '#FE358A'

red 254 ◦ green 53 ◦ blue 138

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

Shades of Wild Strawberry #FE358A

Tints of Wild Strawberry #FE358A

RGB

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

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

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

R = 57.08%
G = 11.91%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE358A (or 0xFE358A) is known color: Wild Strawberry. HEX triplet: FE, 35 and 8A. RGB value is (254,53,138). Sum of RGB (Red+Green+Blue) = 254+53+138=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE358A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE358A is #01CA75. Grayscale: #7A7A7A. Windows color (decimal): -117366 or 9057790. OLE color: 9057790.

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

Color convert

RGB 254 53 138 -
CMYK 0 0.79 0.46 0.00
HSL 334.63º 0.99% 0.6% -
HSV(B) 334.63º 0.79% 1% -
XYZ 46.73 25.45 26.49 -
YUV 122.79 136.59 221.59 -
System Red Green Blue C M Y K H S L
Decimal 254 53 138 0 0.79 0.46 0.00 334.63 0.99 0.6
Hex FE 35 8A 0 4F 2E 0 14F 63 3C
Octal 376 65 212 0 117 56 0 517 143 74
Binary 11111110 110101 10001010 0 1001111 101110 0 101001111 1100011 111100

Color Harmonies of #FE358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE358A

Black with #FE358A

Text Example


Text Example

White with #FE358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE358A; }

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

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

background-color css

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

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

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

border-color css

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

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

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