#FE3392

Color #FE3392 Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #FE3392

Tints of Wild Strawberry #FE3392

Color information

#FE3392 (or 0xFE3392) is unknown color: approx Wild Strawberry. HEX triplet: FE, 33 and 92. RGB value is (254,51,146). Sum of RGB (Red+Green+Blue) = 254+51+146=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 51 (20.31% from 255 or 11.31% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3392 is #01CC6D. Grayscale: #7A7A7A. Windows color (decimal): -117870 or 9581566. OLE color: 9581566.

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

Color convert

RGB25451146-
CMYK00.800.430.00
HSL331.92º99.02%59.8%-
HSV(B)331.92º79.92%99.61%-
XYZ47.2525.5129.63-
YUV122.53141.25221.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.32%
GREEN value IS 51 (20.31% from 255) = 11.31%
BLUE value IS 146 (57.42% from 255) = 32.37%
R=56.32%
G=11.31%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545114600.800.430.00331.9299.0259.8
HexFE33920502B014c633c
Octal37663222012053051414374
Binary11111110110011100100100101000010101101010011001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3392; }

 p { color: rgb(254,51,146); }

 H1.HeaderClassName
 {
   color: #FE3392;
 }
 .AnyTagClassName
 {
   color: #FE3392;
 }
</style>
background-color css

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

 a { background-color: rgb(254,51,146); }

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

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

 span { border-color: rgb(254,51,146); }

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