Html Css Color HEX #FE3890 Wild Strawberry

📋 copy color: '#FE3890'

red 254 ◦ green 56 ◦ blue 144

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

Shades of Wild Strawberry #FE3890

Tints of Wild Strawberry #FE3890

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.33%

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

R = 55.95%
G = 12.33%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE3890 (or 0xFE3890) is known color: Wild Strawberry. HEX triplet: FE, 38 and 90. RGB value is (254,56,144). Sum of RGB (Red+Green+Blue) = 254+56+144=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3890 is #01C76F. Grayscale: #7D7D7D. Windows color (decimal): -116592 or 9451774. OLE color: 9451774.

HSL color Cylindrical-coordinate representation of color #FE3890: hue angle of 333.33º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE3890 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 56 144 -
CMYK 0 0.78 0.43 0.00
HSL 333.33º 0.99% 0.61% -
HSV(B) 333.33º 0.78% 1% -
XYZ 47.32 25.91 28.89 -
YUV 125.23 138.6 219.84 -
System Red Green Blue C M Y K H S L
Decimal 254 56 144 0 0.78 0.43 0.00 333.33 0.99 0.61
Hex FE 38 90 0 4E 2B 0 14D 63 3D
Octal 376 70 220 0 116 53 0 515 143 75
Binary 11111110 111000 10010000 0 1001110 101011 0 101001101 1100011 111101

Color Harmonies of #FE3890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3890

Black with #FE3890

Text Example


Text Example

White with #FE3890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3890; }

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

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

background-color css

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

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

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

border-color css

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

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

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