Html Css Color HEX #FE2E87 Wild Strawberry

📋 copy color: '#FE2E87'

red 254 ◦ green 46 ◦ blue 135

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

Shades of Wild Strawberry #FE2E87

Tints of Wild Strawberry #FE2E87

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.57%

 BLUE value IS 135 (53.13% from 255) = 31.03%

R = 58.39%
G = 10.57%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE2E87 (or 0xFE2E87) is known color: Wild Strawberry. HEX triplet: FE, 2E and 87. RGB value is (254,46,135). Sum of RGB (Red+Green+Blue) = 254+46+135=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2E87 is #01D178. Grayscale: #767676. Windows color (decimal): -119161 or 8859390. OLE color: 8859390.

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

Color convert

RGB 254 46 135 -
CMYK 0 0.82 0.47 0.00
HSL 334.33º 0.99% 0.59% -
HSV(B) 334.33º 0.82% 1% -
XYZ 46.22 24.77 25.27 -
YUV 118.34 137.41 224.76 -
System Red Green Blue C M Y K H S L
Decimal 254 46 135 0 0.82 0.47 0.00 334.33 0.99 0.59
Hex FE 2E 87 0 52 2F 0 14E 63 3B
Octal 376 56 207 0 122 57 0 516 143 73
Binary 11111110 101110 10000111 0 1010010 101111 0 101001110 1100011 111011

Color Harmonies of #FE2E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2E87

Black with #FE2E87

Text Example


Text Example

White with #FE2E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2E87; }

 p { color: rgb(254,46,135); }

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

background-color css

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

 a { background-color: rgb(254,46,135); }

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

border-color css

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

 span { border-color: rgb(254,46,135); }

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