#fd298c

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

Shades of Wild Strawberry #FD298C

Tints of Wild Strawberry #FD298C

Color information

#FD298C (or 0xFD298C) is unknown color: approx Wild Strawberry. HEX triplet: FD, 29 and 8C. RGB value is (253,41,140). Sum of RGB (Red+Green+Blue) = 253+41+140=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD298C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD298C is #02D673. Grayscale: #737373. Windows color (decimal): -185972 or 9185789. OLE color: 9185789.

HSL color Cylindrical-coordinate representation of color #FD298C: hue angle of 331.98º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD298C is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB25341140-
CMYK00.840.450.01
HSL331.98º98.15%57.65%-
HSV(B)331.98º83.79%99.22%-
XYZ46.0324.3627.09-
YUV115.67141.74225.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.29%
GREEN value IS 41 (16.41% from 255) = 9.45%
BLUE value IS 140 (55.08% from 255) = 32.26%
R=58.29%
G=9.45%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2534114000.840.450.01331.9898.1557.65
HexFD298C0542D114c623a
Octal37551214012455151414272
Binary11111101101001100011000101010010110111010011001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd298c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd298c; }

 p { color: rgb(253,41,140); }

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

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

 a { background-color: rgb(253,41,140); }

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

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

 span { border-color: rgb(253,41,140); }

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