Html Css Color HEX #FD389D Wild Strawberry

📋 copy color: '#FD389D'

red 253 ◦ green 56 ◦ blue 157

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

Shades of Wild Strawberry #FD389D

Tints of Wild Strawberry #FD389D

RGB

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

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

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

R = 54.29%
G = 12.02%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD389D (or 0xFD389D) is known color: Wild Strawberry. HEX triplet: FD, 38 and 9D. RGB value is (253,56,157). Sum of RGB (Red+Green+Blue) = 253+56+157=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD389D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD389D is #02C762. Grayscale: #7E7E7E. Windows color (decimal): -182115 or 10303741. OLE color: 10303741.

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

Color convert

RGB 253 56 157 -
CMYK 0 0.78 0.38 0.01
HSL 329.24º 0.98% 0.61% -
HSV(B) 329.24º 0.78% 0.99% -
XYZ 48.01 26.15 34.41 -
YUV 126.42 145.27 218.29 -
System Red Green Blue C M Y K H S L
Decimal 253 56 157 0 0.78 0.38 0.01 329.24 0.98 0.61
Hex FD 38 9D 0 4E 26 1 149 62 3D
Octal 375 70 235 0 116 46 1 511 142 75
Binary 11111101 111000 10011101 0 1001110 100110 1 101001001 1100010 111101

Color Harmonies of #FD389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD389D

Black with #FD389D

Text Example


Text Example

White with #FD389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD389D; }

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

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

background-color css

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

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

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

border-color css

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

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

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