Html Css Color HEX #FE3489 Wild Strawberry

📋 copy color: '#FE3489'

red 254 ◦ green 52 ◦ blue 137

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

Shades of Wild Strawberry #FE3489

Tints of Wild Strawberry #FE3489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.74%

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

R = 57.34%
G = 11.74%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE3489 (or 0xFE3489) is known color: Wild Strawberry. HEX triplet: FE, 34 and 89. RGB value is (254,52,137). Sum of RGB (Red+Green+Blue) = 254+52+137=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3489 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3489 is #01CB76. Grayscale: #797979. Windows color (decimal): -117623 or 8991998. OLE color: 8991998.

HSL color Cylindrical-coordinate representation of color #FE3489: hue angle of 334.75º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3489 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 52 137 -
CMYK 0 0.80 0.46 0.00
HSL 334.75º 0.99% 0.6% -
HSV(B) 334.75º 0.8% 1% -
XYZ 46.62 25.33 26.1 -
YUV 122.09 136.42 222.09 -
System Red Green Blue C M Y K H S L
Decimal 254 52 137 0 0.80 0.46 0.00 334.75 0.99 0.6
Hex FE 34 89 0 50 2E 0 14F 63 3C
Octal 376 64 211 0 120 56 0 517 143 74
Binary 11111110 110100 10001001 0 1010000 101110 0 101001111 1100011 111100

Color Harmonies of #FE3489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3489

Black with #FE3489

Text Example


Text Example

White with #FE3489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3489; }

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

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

background-color css

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

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

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

border-color css

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

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

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