Html Css Color HEX #FE31A0 Wild Strawberry

📋 copy color: '#FE31A0'

red 254 ◦ green 49 ◦ blue 160

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

Shades of Wild Strawberry #FE31A0

Tints of Wild Strawberry #FE31A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.56%

R = 54.86%
G = 10.58%
B = 34.56%

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

#FE31A0 (or 0xFE31A0) is known color: Wild Strawberry. HEX triplet: FE, 31 and A0. RGB value is (254,49,160). Sum of RGB (Red+Green+Blue) = 254+49+160=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE31A0 is #01CE5F. Grayscale: #7A7A7A. Windows color (decimal): -118368 or 10498558. OLE color: 10498558.

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

Color convert

RGB 254 49 160 -
CMYK 0 0.81 0.37 0.00
HSL 327.51º 0.99% 0.59% -
HSV(B) 327.51º 0.81% 1% -
XYZ 48.32 25.81 35.69 -
YUV 122.95 148.92 221.47 -
System Red Green Blue C M Y K H S L
Decimal 254 49 160 0 0.81 0.37 0.00 327.51 0.99 0.59
Hex FE 31 A0 0 51 25 0 148 63 3B
Octal 376 61 240 0 121 45 0 510 143 73
Binary 11111110 110001 10100000 0 1010001 100101 0 101001000 1100011 111011

Color Harmonies of #FE31A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE31A0

Black with #FE31A0

Text Example


Text Example

White with #FE31A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE31A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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