Html Css Color HEX #FD3389 Wild Strawberry

📋 copy color: '#FD3389'

red 253 ◦ green 51 ◦ blue 137

#FD3389
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #FD3389

Tints of Wild Strawberry #FD3389

RGB

 RED value IS 253 (99.22% from 255) = 57.37%

 GREEN value IS 51 (20.31% from 255) = 11.56%

 BLUE value IS 137 (53.91% from 255) = 31.07%

R = 57.37%
G = 11.56%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FD3389 (or 0xFD3389) is known color: Wild Strawberry. HEX triplet: FD, 33 and 89. RGB value is (253,51,137). Sum of RGB (Red+Green+Blue) = 253+51+137=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3389 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3389 is #02CC76. Grayscale: #797979. Windows color (decimal): -183415 or 8991741. OLE color: 8991741.

HSL color Cylindrical-coordinate representation of color #FD3389: hue angle of 334.46º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD3389 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 51 137 -
CMYK 0 0.80 0.46 0.01
HSL 334.46º 0.98% 0.6% -
HSV(B) 334.46º 0.8% 0.99% -
XYZ 46.21 25.06 26.07 -
YUV 121.2 136.92 222.01 -
System Red Green Blue C M Y K H S L
Decimal 253 51 137 0 0.80 0.46 0.01 334.46 0.98 0.6
Hex FD 33 89 0 50 2E 1 14E 62 3C
Octal 375 63 211 0 120 56 1 516 142 74
Binary 11111101 110011 10001001 0 1010000 101110 1 101001110 1100010 111100

Color Harmonies of #FD3389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3389

Black with #FD3389

Text Example


Text Example

White with #FD3389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3389; }

 p { color: rgb(253,51,137); }

 H1.HeaderClassName
 {
   color: #FD3389;
 }
 .AnyTagClassName
 {
   color: #FD3389;
 }
</style>

background-color css

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

 a { background-color: rgb(253,51,137); }

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

border-color css

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

 span { border-color: rgb(253,51,137); }

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