#FD3E98

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

Shades of Wild Strawberry #FD3E98

Tints of Wild Strawberry #FD3E98

Color information

#FD3E98 (or 0xFD3E98) is unknown color: approx Wild Strawberry. HEX triplet: FD, 3E and 98. RGB value is (253,62,152). Sum of RGB (Red+Green+Blue) = 253+62+152=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3E98 is #02C167. Grayscale: #818181. Windows color (decimal): -180584 or 9977597. OLE color: 9977597.

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

Color convert

RGB25362152-
CMYK00.750.400.01
HSL331.73º97.95%61.76%-
HSV(B)331.73º75.49%99.22%-
XYZ47.926.5932.31-
YUV129.37140.78216.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.18%
GREEN value IS 62 (24.61% from 255) = 13.28%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=54.18%
G=13.28%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536215200.750.400.01331.7397.9561.76
HexFD3E9804B28114c623e
Octal37576230011350151414276
Binary11111101111110100110000100101110100011010011001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3E98; }

 p { color: rgb(253,62,152); }

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

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

 a { background-color: rgb(253,62,152); }

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

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

 span { border-color: rgb(253,62,152); }

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