Html Css Color HEX #FE3089 Wild Strawberry

📋 copy color: '#FE3089'

red 254 ◦ green 48 ◦ blue 137

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

Shades of Wild Strawberry #FE3089

Tints of Wild Strawberry #FE3089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.93%

 BLUE value IS 137 (53.91% from 255) = 31.21%

R = 57.86%
G = 10.93%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE3089 (or 0xFE3089) is known color: Wild Strawberry. HEX triplet: FE, 30 and 89. RGB value is (254,48,137). Sum of RGB (Red+Green+Blue) = 254+48+137=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3089 is #01CF76. Grayscale: #777777. Windows color (decimal): -118647 or 8990974. OLE color: 8990974.

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

Color convert

RGB 254 48 137 -
CMYK 0 0.81 0.46 0.00
HSL 334.08º 0.99% 0.59% -
HSV(B) 334.08º 0.81% 1% -
XYZ 46.45 24.99 26.04 -
YUV 119.74 137.75 223.76 -
System Red Green Blue C M Y K H S L
Decimal 254 48 137 0 0.81 0.46 0.00 334.08 0.99 0.59
Hex FE 30 89 0 51 2E 0 14E 63 3B
Octal 376 60 211 0 121 56 0 516 143 73
Binary 11111110 110000 10001001 0 1010001 101110 0 101001110 1100011 111011

Color Harmonies of #FE3089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3089

Black with #FE3089

Text Example


Text Example

White with #FE3089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3089; }

 p { color: rgb(254,48,137); }

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

background-color css

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

 a { background-color: rgb(254,48,137); }

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

border-color css

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

 span { border-color: rgb(254,48,137); }

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