Html Css Color HEX #FE3990 Wild Strawberry

📋 copy color: '#FE3990'

red 254 ◦ green 57 ◦ blue 144

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

Shades of Wild Strawberry #FE3990

Tints of Wild Strawberry #FE3990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.53%

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

R = 55.82%
G = 12.53%
B = 31.65%

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

#FE3990 (or 0xFE3990) is known color: Wild Strawberry. HEX triplet: FE, 39 and 90. RGB value is (254,57,144). Sum of RGB (Red+Green+Blue) = 254+57+144=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3990 is #01C66F. Grayscale: #7D7D7D. Windows color (decimal): -116336 or 9452030. OLE color: 9452030.

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

Color convert

RGB 254 57 144 -
CMYK 0 0.78 0.43 0.00
HSL 333.5º 0.99% 0.61% -
HSV(B) 333.5º 0.78% 1% -
XYZ 47.37 26.01 28.91 -
YUV 125.82 138.27 219.43 -
System Red Green Blue C M Y K H S L
Decimal 254 57 144 0 0.78 0.43 0.00 333.5 0.99 0.61
Hex FE 39 90 0 4E 2B 0 14E 63 3D
Octal 376 71 220 0 116 53 0 516 143 75
Binary 11111110 111001 10010000 0 1001110 101011 0 101001110 1100011 111101

Color Harmonies of #FE3990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3990

Black with #FE3990

Text Example


Text Example

White with #FE3990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3990; }

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

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

background-color css

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

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

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

border-color css

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

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

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