Html Css Color HEX #FD328E Wild Strawberry

📋 copy color: '#FD328E'

red 253 ◦ green 50 ◦ blue 142

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

Shades of Wild Strawberry #FD328E

Tints of Wild Strawberry #FD328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.91%

R = 56.85%
G = 11.24%
B = 31.91%

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

#FD328E (or 0xFD328E) is known color: Wild Strawberry. HEX triplet: FD, 32 and 8E. RGB value is (253,50,142). Sum of RGB (Red+Green+Blue) = 253+50+142=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD328E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD328E is #02CD71. Grayscale: #797979. Windows color (decimal): -183666 or 9319165. OLE color: 9319165.

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

Color convert

RGB 253 50 142 -
CMYK 0 0.80 0.44 0.01
HSL 332.81º 0.98% 0.59% -
HSV(B) 332.81º 0.8% 0.99% -
XYZ 46.53 25.12 27.99 -
YUV 121.19 139.75 222.02 -
System Red Green Blue C M Y K H S L
Decimal 253 50 142 0 0.80 0.44 0.01 332.81 0.98 0.59
Hex FD 32 8E 0 50 2C 1 14D 62 3B
Octal 375 62 216 0 120 54 1 515 142 73
Binary 11111101 110010 10001110 0 1010000 101100 1 101001101 1100010 111011

Color Harmonies of #FD328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD328E

Black with #FD328E

Text Example


Text Example

White with #FD328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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