Html Css Color HEX #FE319E Wild Strawberry

📋 copy color: '#FE319E'

red 254 ◦ green 49 ◦ blue 158

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

Shades of Wild Strawberry #FE319E

Tints of Wild Strawberry #FE319E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.63%

 BLUE value IS 158 (62.11% from 255) = 34.27%

R = 55.1%
G = 10.63%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE319E (or 0xFE319E) is known color: Wild Strawberry. HEX triplet: FE, 31 and 9E. RGB value is (254,49,158). Sum of RGB (Red+Green+Blue) = 254+49+158=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 49 (19.53% from 255 or 10.63% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE319E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE319E is #01CE61. Grayscale: #7A7A7A. Windows color (decimal): -118370 or 10367486. OLE color: 10367486.

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

Color convert

RGB 254 49 158 -
CMYK 0 0.81 0.38 0.00
HSL 328.1º 0.99% 0.59% -
HSV(B) 328.1º 0.81% 1% -
XYZ 48.14 25.74 34.78 -
YUV 122.72 147.92 221.64 -
System Red Green Blue C M Y K H S L
Decimal 254 49 158 0 0.81 0.38 0.00 328.1 0.99 0.59
Hex FE 31 9E 0 51 26 0 148 63 3B
Octal 376 61 236 0 121 46 0 510 143 73
Binary 11111110 110001 10011110 0 1010001 100110 0 101001000 1100011 111011

Color Harmonies of #FE319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE319E

Black with #FE319E

Text Example


Text Example

White with #FE319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE319E; }

 p { color: rgb(254,49,158); }

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

background-color css

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

 a { background-color: rgb(254,49,158); }

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

border-color css

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

 span { border-color: rgb(254,49,158); }

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