#FE2F8C

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

Shades of Wild Strawberry #FE2F8C

Tints of Wild Strawberry #FE2F8C

Color information

#FE2F8C (or 0xFE2F8C) is unknown color: approx Wild Strawberry. HEX triplet: FE, 2F and 8C. RGB value is (254,47,140). Sum of RGB (Red+Green+Blue) = 254+47+140=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F8C is #01D073. Grayscale: #777777. Windows color (decimal): -118900 or 9187326. OLE color: 9187326.

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

Color convert

RGB25447140-
CMYK00.810.450.00
HSL333.04º99.04%59.02%-
HSV(B)333.04º81.5%99.61%-
XYZ46.622527.18-
YUV119.5139.58223.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.60%
GREEN value IS 47 (18.75% from 255) = 10.66%
BLUE value IS 140 (55.08% from 255) = 31.75%
R=57.60%
G=10.66%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544714000.810.450.00333.0499.0459.02
HexFE2F8C0512D014d633b
Octal37657214012155051514373
Binary11111110101111100011000101000110110101010011011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2F8C; }

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

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

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

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

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

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

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

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