Html Css Color HEX #FE2E99 Wild Strawberry

📋 copy color: '#FE2E99'

red 254 ◦ green 46 ◦ blue 153

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

Shades of Wild Strawberry #FE2E99

Tints of Wild Strawberry #FE2E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.77%

R = 56.07%
G = 10.15%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE2E99 (or 0xFE2E99) is known color: Wild Strawberry. HEX triplet: FE, 2E and 99. RGB value is (254,46,153). Sum of RGB (Red+Green+Blue) = 254+46+153=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2E99 is #01D166. Grayscale: #787878. Windows color (decimal): -119143 or 10039038. OLE color: 10039038.

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

Color convert

RGB 254 46 153 -
CMYK 0 0.82 0.40 0.00
HSL 329.13º 0.99% 0.59% -
HSV(B) 329.13º 0.82% 1% -
XYZ 47.6 25.32 32.52 -
YUV 120.39 146.41 223.3 -
System Red Green Blue C M Y K H S L
Decimal 254 46 153 0 0.82 0.40 0.00 329.13 0.99 0.59
Hex FE 2E 99 0 52 28 0 149 63 3B
Octal 376 56 231 0 122 50 0 511 143 73
Binary 11111110 101110 10011001 0 1010010 101000 0 101001001 1100011 111011

Color Harmonies of #FE2E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2E99

Black with #FE2E99

Text Example


Text Example

White with #FE2E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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