#FE3085

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

Shades of Wild Strawberry #FE3085

Tints of Wild Strawberry #FE3085

Color information

#FE3085 (or 0xFE3085) is unknown color: approx Wild Strawberry. HEX triplet: FE, 30 and 85. RGB value is (254,48,133). Sum of RGB (Red+Green+Blue) = 254+48+133=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3085 is #01CF7A. Grayscale: #777777. Windows color (decimal): -118651 or 8728830. OLE color: 8728830.

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

Color convert

RGB25448133-
CMYK00.810.480.00
HSL335.24º99.04%59.22%-
HSV(B)335.24º81.1%99.61%-
XYZ46.1624.8824.56-
YUV119.28135.75224.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.39%
GREEN value IS 48 (19.14% from 255) = 11.03%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=58.39%
G=11.03%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544813300.810.480.00335.2499.0459.22
HexFE308505130014f633b
Octal37660205012160051714373
Binary11111110110000100001010101000111000001010011111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3085; }

 p { color: rgb(254,48,133); }

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

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

 a { background-color: rgb(254,48,133); }

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

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

 span { border-color: rgb(254,48,133); }

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