#FE2F8D

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

Shades of Wild Strawberry #FE2F8D

Tints of Wild Strawberry #FE2F8D

Color information

#FE2F8D (or 0xFE2F8D) is unknown color: approx Wild Strawberry. HEX triplet: FE, 2F and 8D. RGB value is (254,47,141). Sum of RGB (Red+Green+Blue) = 254+47+141=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F8D is #01D072. Grayscale: #777777. Windows color (decimal): -118899 or 9252862. OLE color: 9252862.

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

Color convert

RGB25447141-
CMYK00.810.440.00
HSL332.75º99.04%59.02%-
HSV(B)332.75º81.5%99.61%-
XYZ46.725.0327.57-
YUV119.61140.08223.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.47%
GREEN value IS 47 (18.75% from 255) = 10.63%
BLUE value IS 141 (55.47% from 255) = 31.90%
R=57.47%
G=10.63%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544714100.810.440.00332.7599.0459.02
HexFE2F8D0512C014d633b
Octal37657215012154051514373
Binary11111110101111100011010101000110110001010011011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2F8D; }

 p { color: rgb(254,47,141); }

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

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

 a { background-color: rgb(254,47,141); }

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

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

 span { border-color: rgb(254,47,141); }

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