Html Css Color HEX #FE3490 Wild Strawberry

📋 copy color: '#FE3490'

red 254 ◦ green 52 ◦ blue 144

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

Shades of Wild Strawberry #FE3490

Tints of Wild Strawberry #FE3490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32%

R = 56.44%
G = 11.56%
B = 32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE3490 (or 0xFE3490) is known color: Wild Strawberry. HEX triplet: FE, 34 and 90. RGB value is (254,52,144). Sum of RGB (Red+Green+Blue) = 254+52+144=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3490 is #01CB6F. Grayscale: #7A7A7A. Windows color (decimal): -117616 or 9450750. OLE color: 9450750.

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

Color convert

RGB 254 52 144 -
CMYK 0 0.80 0.43 0.00
HSL 332.67º 0.99% 0.6% -
HSV(B) 332.67º 0.8% 1% -
XYZ 47.14 25.54 28.83 -
YUV 122.89 139.92 221.52 -
System Red Green Blue C M Y K H S L
Decimal 254 52 144 0 0.80 0.43 0.00 332.67 0.99 0.6
Hex FE 34 90 0 50 2B 0 14D 63 3C
Octal 376 64 220 0 120 53 0 515 143 74
Binary 11111110 110100 10010000 0 1010000 101011 0 101001101 1100011 111100

Color Harmonies of #FE3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3490

Black with #FE3490

Text Example


Text Example

White with #FE3490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3490; }

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

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

background-color css

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

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

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

border-color css

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

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

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