Html Css Color HEX #FD388D Wild Strawberry

📋 copy color: '#FD388D'

red 253 ◦ green 56 ◦ blue 141

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

Shades of Wild Strawberry #FD388D

Tints of Wild Strawberry #FD388D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.44%

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

R = 56.22%
G = 12.44%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD388D (or 0xFD388D) is known color: Wild Strawberry. HEX triplet: FD, 38 and 8D. RGB value is (253,56,141). Sum of RGB (Red+Green+Blue) = 253+56+141=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FD388D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD388D is #02C772. Grayscale: #7C7C7C. Windows color (decimal): -182131 or 9255165. OLE color: 9255165.

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

Color convert

RGB 253 56 141 -
CMYK 0 0.78 0.44 0.01
HSL 334.11º 0.98% 0.61% -
HSV(B) 334.11º 0.78% 0.99% -
XYZ 46.73 25.63 27.68 -
YUV 124.59 137.27 219.59 -
System Red Green Blue C M Y K H S L
Decimal 253 56 141 0 0.78 0.44 0.01 334.11 0.98 0.61
Hex FD 38 8D 0 4E 2C 1 14E 62 3D
Octal 375 70 215 0 116 54 1 516 142 75
Binary 11111101 111000 10001101 0 1001110 101100 1 101001110 1100010 111101

Color Harmonies of #FD388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD388D

Black with #FD388D

Text Example


Text Example

White with #FD388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD388D; }

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

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

background-color css

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

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

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

border-color css

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

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

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