Html Css Color HEX #FE2590 Wild Strawberry

📋 copy color: '#FE2590'

red 254 ◦ green 37 ◦ blue 144

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

Shades of Wild Strawberry #FE2590

Tints of Wild Strawberry #FE2590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.51%

 BLUE value IS 144 (56.64% from 255) = 33.1%

R = 58.39%
G = 8.51%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE2590 (or 0xFE2590) is known color: Wild Strawberry. HEX triplet: FE, 25 and 90. RGB value is (254,37,144). Sum of RGB (Red+Green+Blue) = 254+37+144=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2590 is #01DA6F. Grayscale: #717171. Windows color (decimal): -121456 or 9446910. OLE color: 9446910.

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

Color convert

RGB 254 37 144 -
CMYK 0 0.85 0.43 0.00
HSL 330.41º 0.99% 0.57% -
HSV(B) 330.41º 0.85% 1% -
XYZ 46.57 24.41 28.64 -
YUV 114.08 144.89 227.8 -
System Red Green Blue C M Y K H S L
Decimal 254 37 144 0 0.85 0.43 0.00 330.41 0.99 0.57
Hex FE 25 90 0 55 2B 0 14A 63 39
Octal 376 45 220 0 125 53 0 512 143 71
Binary 11111110 100101 10010000 0 1010101 101011 0 101001010 1100011 111001

Color Harmonies of #FE2590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2590

Black with #FE2590

Text Example


Text Example

White with #FE2590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2590; }

 p { color: rgb(254,37,144); }

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

background-color css

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

 a { background-color: rgb(254,37,144); }

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

border-color css

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

 span { border-color: rgb(254,37,144); }

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