Html Css Color HEX #FD328F Wild Strawberry

📋 copy color: '#FD328F'

red 253 ◦ green 50 ◦ blue 143

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

Shades of Wild Strawberry #FD328F

Tints of Wild Strawberry #FD328F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.21%

 BLUE value IS 143 (56.25% from 255) = 32.06%

R = 56.73%
G = 11.21%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD328F (or 0xFD328F) is known color: Wild Strawberry. HEX triplet: FD, 32 and 8F. RGB value is (253,50,143). Sum of RGB (Red+Green+Blue) = 253+50+143=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD328F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD328F is #02CD70. Grayscale: #797979. Windows color (decimal): -183665 or 9384701. OLE color: 9384701.

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

Color convert

RGB 253 50 143 -
CMYK 0 0.80 0.43 0.01
HSL 332.51º 0.98% 0.59% -
HSV(B) 332.51º 0.8% 0.99% -
XYZ 46.61 25.15 28.38 -
YUV 121.3 140.25 221.94 -
System Red Green Blue C M Y K H S L
Decimal 253 50 143 0 0.80 0.43 0.01 332.51 0.98 0.59
Hex FD 32 8F 0 50 2B 1 14D 62 3B
Octal 375 62 217 0 120 53 1 515 142 73
Binary 11111101 110010 10001111 0 1010000 101011 1 101001101 1100010 111011

Color Harmonies of #FD328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD328F

Black with #FD328F

Text Example


Text Example

White with #FD328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD328F; }

 p { color: rgb(253,50,143); }

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

background-color css

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

 a { background-color: rgb(253,50,143); }

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

border-color css

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

 span { border-color: rgb(253,50,143); }

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