Html Css Color HEX #FE2995 Wild Strawberry

📋 copy color: '#FE2995'

red 254 ◦ green 41 ◦ blue 149

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

Shades of Wild Strawberry #FE2995

Tints of Wild Strawberry #FE2995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.23%

 BLUE value IS 149 (58.59% from 255) = 33.56%

R = 57.21%
G = 9.23%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE2995 (or 0xFE2995) is known color: Wild Strawberry. HEX triplet: FE, 29 and 95. RGB value is (254,41,149). Sum of RGB (Red+Green+Blue) = 254+41+149=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2995 is #01D66A. Grayscale: #747474. Windows color (decimal): -120427 or 9775614. OLE color: 9775614.

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

Color convert

RGB 254 41 149 -
CMYK 0 0.84 0.41 0.00
HSL 329.58º 0.99% 0.58% -
HSV(B) 329.58º 0.84% 1% -
XYZ 47.09 24.83 30.74 -
YUV 117 146.07 225.72 -
System Red Green Blue C M Y K H S L
Decimal 254 41 149 0 0.84 0.41 0.00 329.58 0.99 0.58
Hex FE 29 95 0 54 29 0 14A 63 3A
Octal 376 51 225 0 124 51 0 512 143 72
Binary 11111110 101001 10010101 0 1010100 101001 0 101001010 1100011 111010

Color Harmonies of #FE2995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2995

Black with #FE2995

Text Example


Text Example

White with #FE2995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2995; }

 p { color: rgb(254,41,149); }

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

background-color css

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

 a { background-color: rgb(254,41,149); }

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

border-color css

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

 span { border-color: rgb(254,41,149); }

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