Html Css Color HEX #FD388C Wild Strawberry

📋 copy color: '#FD388C'

red 253 ◦ green 56 ◦ blue 140

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

Shades of Wild Strawberry #FD388C

Tints of Wild Strawberry #FD388C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.18%

R = 56.35%
G = 12.47%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD388C (or 0xFD388C) is known color: Wild Strawberry. HEX triplet: FD, 38 and 8C. RGB value is (253,56,140). Sum of RGB (Red+Green+Blue) = 253+56+140=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD388C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD388C is #02C773. Grayscale: #7C7C7C. Windows color (decimal): -182132 or 9189629. OLE color: 9189629.

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

Color convert

RGB 253 56 140 -
CMYK 0 0.78 0.45 0.01
HSL 334.42º 0.98% 0.61% -
HSV(B) 334.42º 0.78% 0.99% -
XYZ 46.66 25.6 27.29 -
YUV 124.48 136.77 219.67 -
System Red Green Blue C M Y K H S L
Decimal 253 56 140 0 0.78 0.45 0.01 334.42 0.98 0.61
Hex FD 38 8C 0 4E 2D 1 14E 62 3D
Octal 375 70 214 0 116 55 1 516 142 75
Binary 11111101 111000 10001100 0 1001110 101101 1 101001110 1100010 111101

Color Harmonies of #FD388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD388C

Black with #FD388C

Text Example


Text Example

White with #FD388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD388C; }

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

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

background-color css

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

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

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

border-color css

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

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

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