#FE3A8F

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

Shades of Wild Strawberry #FE3A8F

Tints of Wild Strawberry #FE3A8F

Color information

#FE3A8F (or 0xFE3A8F) is unknown color: approx Wild Strawberry. HEX triplet: FE, 3A and 8F. RGB value is (254,58,143). Sum of RGB (Red+Green+Blue) = 254+58+143=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3A8F is #01C570. Grayscale: #7E7E7E. Windows color (decimal): -116081 or 9386750. OLE color: 9386750.

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

Color convert

RGB25458143-
CMYK00.770.440.00
HSL333.98º98.99%61.18%-
HSV(B)333.98º77.17%99.61%-
XYZ47.3426.0828.53-
YUV126.29137.43219.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.82%
GREEN value IS 58 (23.05% from 255) = 12.75%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=55.82%
G=12.75%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545814300.770.440.00333.9898.9961.18
HexFE3A8F04D2C014e633d
Octal37672217011554051614375
Binary11111110111010100011110100110110110001010011101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3A8F; }

 p { color: rgb(254,58,143); }

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

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

 a { background-color: rgb(254,58,143); }

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

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

 span { border-color: rgb(254,58,143); }

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