Html Css Color HEX #FD319D Wild Strawberry

📋 copy color: '#FD319D'

red 253 ◦ green 49 ◦ blue 157

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

Shades of Wild Strawberry #FD319D

Tints of Wild Strawberry #FD319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.68%

 BLUE value IS 157 (61.72% from 255) = 34.2%

R = 55.12%
G = 10.68%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD319D (or 0xFD319D) is known color: Wild Strawberry. HEX triplet: FD, 31 and 9D. RGB value is (253,49,157). Sum of RGB (Red+Green+Blue) = 253+49+157=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FD319D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD319D is #02CE62. Grayscale: #7A7A7A. Windows color (decimal): -183907 or 10301949. OLE color: 10301949.

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

Color convert

RGB 253 49 157 -
CMYK 0 0.81 0.38 0.01
HSL 328.24º 0.98% 0.59% -
HSV(B) 328.24º 0.81% 0.99% -
XYZ 47.69 25.51 34.31 -
YUV 122.31 147.59 221.22 -
System Red Green Blue C M Y K H S L
Decimal 253 49 157 0 0.81 0.38 0.01 328.24 0.98 0.59
Hex FD 31 9D 0 51 26 1 148 62 3B
Octal 375 61 235 0 121 46 1 510 142 73
Binary 11111101 110001 10011101 0 1010001 100110 1 101001000 1100010 111011

Color Harmonies of #FD319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD319D

Black with #FD319D

Text Example


Text Example

White with #FD319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD319D; }

 p { color: rgb(253,49,157); }

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

background-color css

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

 a { background-color: rgb(253,49,157); }

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

border-color css

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

 span { border-color: rgb(253,49,157); }

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