Html Css Color HEX #FD398D Wild Strawberry

📋 copy color: '#FD398D'

red 253 ◦ green 57 ◦ blue 141

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

Shades of Wild Strawberry #FD398D

Tints of Wild Strawberry #FD398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.64%

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

R = 56.1%
G = 12.64%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD398D (or 0xFD398D) is known color: Wild Strawberry. HEX triplet: FD, 39 and 8D. RGB value is (253,57,141). Sum of RGB (Red+Green+Blue) = 253+57+141=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD398D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD398D is #02C672. Grayscale: #7D7D7D. Windows color (decimal): -181875 or 9255421. OLE color: 9255421.

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

Color convert

RGB 253 57 141 -
CMYK 0 0.77 0.44 0.01
HSL 334.29º 0.98% 0.61% -
HSV(B) 334.29º 0.77% 0.99% -
XYZ 46.78 25.73 27.7 -
YUV 125.18 136.93 219.17 -
System Red Green Blue C M Y K H S L
Decimal 253 57 141 0 0.77 0.44 0.01 334.29 0.98 0.61
Hex FD 39 8D 0 4D 2C 1 14E 62 3D
Octal 375 71 215 0 115 54 1 516 142 75
Binary 11111101 111001 10001101 0 1001101 101100 1 101001110 1100010 111101

Color Harmonies of #FD398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD398D

Black with #FD398D

Text Example


Text Example

White with #FD398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD398D; }

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

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

background-color css

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

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

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

border-color css

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

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

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