Html Css Color HEX #FD338D Wild Strawberry

📋 copy color: '#FD338D'

red 253 ◦ green 51 ◦ blue 141

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

Shades of Wild Strawberry #FD338D

Tints of Wild Strawberry #FD338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.69%

R = 56.85%
G = 11.46%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD338D (or 0xFD338D) is known color: Wild Strawberry. HEX triplet: FD, 33 and 8D. RGB value is (253,51,141). Sum of RGB (Red+Green+Blue) = 253+51+141=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD338D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD338D is #02CC72. Grayscale: #797979. Windows color (decimal): -183411 or 9253885. OLE color: 9253885.

HSL color Cylindrical-coordinate representation of color #FD338D: hue angle of 333.27º 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 #FD338D is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 51 141 -
CMYK 0 0.80 0.44 0.01
HSL 333.27º 0.98% 0.6% -
HSV(B) 333.27º 0.8% 0.99% -
XYZ 46.5 25.17 27.61 -
YUV 121.66 138.92 221.68 -
System Red Green Blue C M Y K H S L
Decimal 253 51 141 0 0.80 0.44 0.01 333.27 0.98 0.6
Hex FD 33 8D 0 50 2C 1 14D 62 3C
Octal 375 63 215 0 120 54 1 515 142 74
Binary 11111101 110011 10001101 0 1010000 101100 1 101001101 1100010 111100

Color Harmonies of #FD338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD338D

Black with #FD338D

Text Example


Text Example

White with #FD338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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