Html Css Color HEX #FE2594 Wild Strawberry

📋 copy color: '#FE2594'

red 254 ◦ green 37 ◦ blue 148

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

Shades of Wild Strawberry #FE2594

Tints of Wild Strawberry #FE2594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.71%

R = 57.86%
G = 8.43%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE2594 (or 0xFE2594) is known color: Wild Strawberry. HEX triplet: FE, 25 and 94. RGB value is (254,37,148). Sum of RGB (Red+Green+Blue) = 254+37+148=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2594 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2594 is #01DA6B. Grayscale: #727272. Windows color (decimal): -121452 or 9709054. OLE color: 9709054.

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

Color convert

RGB 254 37 148 -
CMYK 0 0.85 0.42 0.00
HSL 329.31º 0.99% 0.57% -
HSV(B) 329.31º 0.85% 1% -
XYZ 46.88 24.53 30.28 -
YUV 114.54 146.89 227.47 -
System Red Green Blue C M Y K H S L
Decimal 254 37 148 0 0.85 0.42 0.00 329.31 0.99 0.57
Hex FE 25 94 0 55 2A 0 149 63 39
Octal 376 45 224 0 125 52 0 511 143 71
Binary 11111110 100101 10010100 0 1010101 101010 0 101001001 1100011 111001

Color Harmonies of #FE2594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2594

Black with #FE2594

Text Example


Text Example

White with #FE2594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2594; }

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

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

background-color css

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

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

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

border-color css

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

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

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