Html Css Color HEX #FD389E Wild Strawberry

📋 copy color: '#FD389E'

red 253 ◦ green 56 ◦ blue 158

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

Shades of Wild Strawberry #FD389E

Tints of Wild Strawberry #FD389E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.83%

R = 54.18%
G = 11.99%
B = 33.83%

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

#FD389E (or 0xFD389E) is known color: Wild Strawberry. HEX triplet: FD, 38 and 9E. RGB value is (253,56,158). Sum of RGB (Red+Green+Blue) = 253+56+158=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD389E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD389E is #02C761. Grayscale: #7E7E7E. Windows color (decimal): -182114 or 10369277. OLE color: 10369277.

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

Color convert

RGB 253 56 158 -
CMYK 0 0.78 0.38 0.01
HSL 328.93º 0.98% 0.61% -
HSV(B) 328.93º 0.78% 0.99% -
XYZ 48.09 26.18 34.87 -
YUV 126.53 145.77 218.21 -
System Red Green Blue C M Y K H S L
Decimal 253 56 158 0 0.78 0.38 0.01 328.93 0.98 0.61
Hex FD 38 9E 0 4E 26 1 149 62 3D
Octal 375 70 236 0 116 46 1 511 142 75
Binary 11111101 111000 10011110 0 1001110 100110 1 101001001 1100010 111101

Color Harmonies of #FD389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD389E

Black with #FD389E

Text Example


Text Example

White with #FD389E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD389E; }

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

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

background-color css

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

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

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

border-color css

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

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

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