Html Css Color HEX #FE319F Wild Strawberry

📋 copy color: '#FE319F'

red 254 ◦ green 49 ◦ blue 159

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

Shades of Wild Strawberry #FE319F

Tints of Wild Strawberry #FE319F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.42%

R = 54.98%
G = 10.61%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE319F (or 0xFE319F) is known color: Wild Strawberry. HEX triplet: FE, 31 and 9F. RGB value is (254,49,159). Sum of RGB (Red+Green+Blue) = 254+49+159=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE319F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE319F is #01CE60. Grayscale: #7A7A7A. Windows color (decimal): -118369 or 10433022. OLE color: 10433022.

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

Color convert

RGB 254 49 159 -
CMYK 0 0.81 0.37 0.00
HSL 327.8º 0.99% 0.59% -
HSV(B) 327.8º 0.81% 1% -
XYZ 48.23 25.77 35.23 -
YUV 122.84 148.42 221.56 -
System Red Green Blue C M Y K H S L
Decimal 254 49 159 0 0.81 0.37 0.00 327.8 0.99 0.59
Hex FE 31 9F 0 51 25 0 148 63 3B
Octal 376 61 237 0 121 45 0 510 143 73
Binary 11111110 110001 10011111 0 1010001 100101 0 101001000 1100011 111011

Color Harmonies of #FE319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE319F

Black with #FE319F

Text Example


Text Example

White with #FE319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE319F; }

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

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

background-color css

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

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

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

border-color css

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

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

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